color codes Logo

#db037a color codes

#DB037A
(219,3,122)
0 Favorites   0 Comments

Color spaces of #db037a

RGB 2193122
HSL0.910.970.44
HSV327°99°86°
CMYK 0.000.990.44   0.14
XYZ32.758816.530319.8764
Yxy16.53030.47360.2390
Hunter Lab40.657572.6716-0.5251
CIE-Lab47.662776.1553-3.6915

#db037a color RGB value is (219,3,122).

#db037a hex color red value is 219, green value is 3 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db037a hue: 0.91 , saturation: 0.97 and the lightness value of db037a is 0.44.

The process color (four color CMYK) of #db037a color code is 0.00, 0.99, 0.44, 0.14. Web safe color of #db037a is #cc0066. Color #db037a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 01111010
Octal 333 3 172
Decimal 219 3 122
Hex DB 3 7A

RGB Percentages of Color #db037a

%63.66
%0.87
%35.47

CMYK Percentages of Color #db037a

%0
%99
%44
%14

Triadic Colors of #db037a

#db037a #7adb03 #037adb

Analogous Colors of #db037a

#db037a #db030e #d003db

Monochromatic Colors of #db037a

#db037a

Complementary Color

#db037a #03db64

#db037a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db037a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db037a Color CSS Codes

.mybgcolor {background-color:#db037a; } 
.myforecolor {color:#db037a; }
.mybordercolor {border:3px solid #db037a; }

#db037a Text Font Color

<p style="color:#db037a">Text here</p>

This sample text font color is #db037a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db037a Background Color

<div style="background-color:#db037a">
Div content here</div>

This div background color is #db037a


#db037a Border Color

<div style="border:3px solid #db037a">
Div here</div>

This div border color is #db037a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,3,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db037a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db037a;
  -webkit-box-shadow: 1px 1px 3px 2px #db037a;
  box-shadow:         1px 1px 3px 2px #db037a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,3,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db037a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db037a;
  -webkit-box-shadow: 1px 1px 3px 2px #db037a;
  box-shadow:         1px 1px 3px 2px #db037a;">
Div content here</div>

This div box has shadow with color #db037a


Comments

No comments written yet.

Please login to write comment.