Color Hex Logo

#d04574 Color Hex

#D04574
(208,69,116)
0 Favorites   0 Comments

Color spaces of #d04574

RGB 20869116
HSL0.940.600.54
HSV340°67°82°
CMYK 0.000.670.44   0.18
XYZ31.292918.927118.5270
Yxy18.92710.45520.2753
Hunter Lab43.505352.25895.2047
CIE-Lab50.601858.17764.0038

#d04574 color RGB value is (208,69,116).

#d04574 hex color red value is 208, green value is 69 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d04574 hue: 0.94 , saturation: 0.60 and the lightness value of d04574 is 0.54.

The process color (four color CMYK) of #d04574 color hex is 0.00, 0.67, 0.44, 0.18. Web safe color of #d04574 is #cc3366. Color #d04574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000101 01110100
Octal 320 105 164
Decimal 208 69 116
Hex D0 45 74

RGB Percentages of Color #d04574

%52.93
%17.56
%29.52

CMYK Percentages of Color #d04574

%0
%67
%44
%18

Triadic Colors of #d04574

#d04574 #74d045 #4574d0

Analogous Colors of #d04574

#d04574 #d05c45 #d045ba

Monochromatic Colors of #d04574

#d04574

Complementary Color

#d04574 #45d0a1

#d04574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04574 Color CSS Codes

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

#d04574 Text Font Color

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

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


#d04574 Background Color

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

This div background color is #d04574


#d04574 Border Color

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

This div border color is #d04574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04574


Comments

No comments written yet.

Please login to write comment.