Color Hex Logo

#db004a Color Hex

#DB004A
(219,0,74)
0 Favorites   0 Comments

Color spaces of #db004a

RGB 219074
HSL0.941.000.43
HSV340°100°86°
CMYK 0.001.000.66   0.14
XYZ30.449415.55457.8760
Yxy15.55450.56510.2887
Hunter Lab39.439268.794015.7672
CIE-Lab46.384573.225224.2275

#db004a color RGB value is (219,0,74).

#db004a hex color red value is 219, green value is 0 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #db004a hue: 0.94 , saturation: 1.00 and the lightness value of db004a is 0.43.

The process color (four color CMYK) of #db004a color hex is 0.00, 1.00, 0.66, 0.14. Web safe color of #db004a is #cc0033. Color #db004a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 01001010
Octal 333 0 112
Decimal 219 0 74
Hex DB 0 4A

RGB Percentages of Color #db004a

%74.74
%0.00
%25.26

CMYK Percentages of Color #db004a

%0
%100
%66
%14

Triadic Colors of #db004a

#db004a #4adb00 #004adb

Analogous Colors of #db004a

#db004a #db2400 #db00b8

Monochromatic Colors of #db004a

#db004a

Complementary Color

#db004a #00db91

#db004a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db004a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db004a Color CSS Codes

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

#db004a Text Font Color

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

This sample text font color is #db004a
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.


#db004a Background Color

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

This div background color is #db004a


#db004a Border Color

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

This div border color is #db004a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db004a


Comments

No comments written yet.

Please login to write comment.