Color Hex Logo

#d15574 Color Hex

#D15574
(209,85,116)
0 Favorites   0 Comments

Color spaces of #d15574

RGB 20985116
HSL0.960.570.58
HSV345°59°82°
CMYK 0.000.590.44   0.18
XYZ32.695421.313318.9136
Yxy21.31330.44840.2923
Hunter Lab46.166345.62428.0263
CIE-Lab53.290751.67037.8743

#d15574 color RGB value is (209,85,116).

#d15574 hex color red value is 209, green value is 85 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d15574 hue: 0.96 , saturation: 0.57 and the lightness value of d15574 is 0.58.

The process color (four color CMYK) of #d15574 color hex is 0.00, 0.59, 0.44, 0.18. Web safe color of #d15574 is #cc6666. Color #d15574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 01110100
Octal 321 125 164
Decimal 209 85 116
Hex D1 55 74

RGB Percentages of Color #d15574

%50.98
%20.73
%28.29

CMYK Percentages of Color #d15574

%0
%59
%44
%18

Triadic Colors of #d15574

#d15574 #74d155 #5574d1

Analogous Colors of #d15574

#d15574 #d17455 #d155b2

Monochromatic Colors of #d15574

#d15574

Complementary Color

#d15574 #55d1b2

#d15574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15574 Color CSS Codes

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

#d15574 Text Font Color

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

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


#d15574 Background Color

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

This div background color is #d15574


#d15574 Border Color

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

This div border color is #d15574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15574


Comments

No comments written yet.

Please login to write comment.