Color Hex Logo

#db5479 Color Hex

#DB5479
(219,84,121)
0 Favorites   0 Comments

Color spaces of #db5479

RGB 21984121
HSL0.950.650.59
HSV344°62°86°
CMYK 0.000.620.45   0.14
XYZ35.834922.781220.5977
Yxy22.78120.45240.2876
Hunter Lab47.729750.48897.8242
CIE-Lab54.846255.83787.3379

#db5479 color RGB value is (219,84,121).

#db5479 hex color red value is 219, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #db5479 hue: 0.95 , saturation: 0.65 and the lightness value of db5479 is 0.59.

The process color (four color CMYK) of #db5479 color hex is 0.00, 0.62, 0.45, 0.14. Web safe color of #db5479 is #cc6666. Color #db5479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 01111001
Octal 333 124 171
Decimal 219 84 121
Hex DB 54 79

RGB Percentages of Color #db5479

%51.65
%19.81
%28.54

CMYK Percentages of Color #db5479

%0
%62
%45
%14

Triadic Colors of #db5479

#db5479 #79db54 #5479db

Analogous Colors of #db5479

#db5479 #db7354 #db54bd

Monochromatic Colors of #db5479

#db5479

Complementary Color

#db5479 #54dbb6

#db5479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5479 Color CSS Codes

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

#db5479 Text Font Color

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

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


#db5479 Background Color

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

This div background color is #db5479


#db5479 Border Color

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

This div border color is #db5479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5479


Comments

No comments written yet.

Please login to write comment.