Color Hex Logo

#d05478 Color Hex

#D05478
(208,84,120)
0 Favorites   0 Comments

Color spaces of #d05478

RGB 20884120
HSL0.950.570.57
HSV343°60°82°
CMYK 0.000.600.42   0.18
XYZ32.572921.106620.1265
Yxy21.10660.44130.2860
Hunter Lab45.941946.15846.1852
CIE-Lab53.066052.20095.1507

#d05478 color RGB value is (208,84,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 01111000
Octal 320 124 170
Decimal 208 84 120
Hex D0 54 78

RGB Percentages of Color #d05478

%50.49
%20.39
%29.13

CMYK Percentages of Color #d05478

%0
%60
%42
%18

Triadic Colors of #d05478

#d05478 #78d054 #5478d0

Analogous Colors of #d05478

#d05478 #d06e54 #d054b6

Monochromatic Colors of #d05478

#d05478

Complementary Color

#d05478 #54d0ac

#d05478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05478 Color CSS Codes

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

#d05478 Text Font Color

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

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


#d05478 Background Color

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

This div background color is #d05478


#d05478 Border Color

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

This div border color is #d05478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05478

#d05478 Color Palettes


Comments

No comments written yet.

Please login to write comment.