Color Hex Logo

#db0472 Color Hex

#DB0472
(219,4,114)
0 Favorites   0 Comments

Color spaces of #db0472

RGB 2194114
HSL0.910.960.44
HSV329°98°86°
CMYK 0.000.980.48   0.14
XYZ32.294116.361817.3756
Yxy16.36180.48910.2478
Hunter Lab40.449771.72322.8462
CIE-Lab47.445675.42530.9073

#db0472 color RGB value is (219,4,114).

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

The process color (four color CMYK) of #db0472 color hex is 0.00, 0.98, 0.48, 0.14. Web safe color of #db0472 is #cc0066. Color #db0472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000100 01110010
Octal 333 4 162
Decimal 219 4 114
Hex DB 4 72

RGB Percentages of Color #db0472

%64.99
%1.19
%33.83

CMYK Percentages of Color #db0472

%0
%98
%48
%14

Triadic Colors of #db0472

#db0472 #72db04 #0472db

Analogous Colors of #db0472

#db0472 #db0406 #d904db

Monochromatic Colors of #db0472

#db0472

Complementary Color

#db0472 #04db6d

#db0472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0472 Color CSS Codes

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

#db0472 Text Font Color

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

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


#db0472 Background Color

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

This div background color is #db0472


#db0472 Border Color

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

This div border color is #db0472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0472


Comments

No comments written yet.

Please login to write comment.