Color Hex Logo

#db2472 Color Hex

#DB2472
(219,36,114)
0 Favorites   0 Comments

Color spaces of #db2472

RGB 21936114
HSL0.930.720.50
HSV334°84°86°
CMYK 0.000.840.48   0.14
XYZ32.881617.536717.5715
Yxy17.53670.48360.2579
Hunter Lab41.876866.87334.4357
CIE-Lab48.929371.13333.0592

#db2472 color RGB value is (219,36,114).

#db2472 hex color red value is 219, green value is 36 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #db2472 hue: 0.93 , saturation: 0.72 and the lightness value of db2472 is 0.50.

The process color (four color CMYK) of #db2472 color hex is 0.00, 0.84, 0.48, 0.14. Web safe color of #db2472 is #cc3366. Color #db2472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 01110010
Octal 333 44 162
Decimal 219 36 114
Hex DB 24 72

RGB Percentages of Color #db2472

%59.35
%9.76
%30.89

CMYK Percentages of Color #db2472

%0
%84
%48
%14

Triadic Colors of #db2472

#db2472 #72db24 #2472db

Analogous Colors of #db2472

#db2472 #db3224 #db24ce

Monochromatic Colors of #db2472

#db2472

Complementary Color

#db2472 #24db8d

#db2472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2472 Color CSS Codes

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

#db2472 Text Font Color

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

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


#db2472 Background Color

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

This div background color is #db2472


#db2472 Border Color

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

This div border color is #db2472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,36,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 #db2472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2472


Comments

No comments written yet.

Please login to write comment.