Color Hex Logo

#d05477 Color Hex

#D05477
(208,84,119)
0 Favorites   0 Comments

Color spaces of #d05477

RGB 20884119
HSL0.950.570.57
HSV343°60°82°
CMYK 0.000.600.43   0.18
XYZ32.512521.082519.8085
Yxy21.08250.44290.2872
Hunter Lab45.915746.04196.5627
CIE-Lab53.039752.09785.7085

#d05477 color RGB value is (208,84,119).

#d05477 hex color red value is 208, green value is 84 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d05477 hue: 0.95 , saturation: 0.57 and the lightness value of d05477 is 0.57.

The process color (four color CMYK) of #d05477 color hex is 0.00, 0.60, 0.43, 0.18. Web safe color of #d05477 is #cc6666. Color #d05477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 01110111
Octal 320 124 167
Decimal 208 84 119
Hex D0 54 77

RGB Percentages of Color #d05477

%50.61
%20.44
%28.95

CMYK Percentages of Color #d05477

%0
%60
%43
%18

Triadic Colors of #d05477

#d05477 #77d054 #5477d0

Analogous Colors of #d05477

#d05477 #d06f54 #d054b5

Monochromatic Colors of #d05477

#d05477

Complementary Color

#d05477 #54d0ad

#d05477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05477 Color CSS Codes

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

#d05477 Text Font Color

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

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


#d05477 Background Color

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

This div background color is #d05477


#d05477 Border Color

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

This div border color is #d05477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05477


Comments

No comments written yet.

Please login to write comment.