Color Hex Logo

#d15564 Color Hex

#D15564
(209,85,100)
0 Favorites   0 Comments

Color spaces of #d15564

RGB 20985100
HSL0.980.570.58
HSV353°59°82°
CMYK 0.000.590.52   0.18
XYZ31.843220.972414.4263
Yxy20.97240.47360.3119
Hunter Lab45.795643.974513.3797
CIE-Lab52.919350.200616.8667

#d15564 color RGB value is (209,85,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 01100100
Octal 321 125 144
Decimal 209 85 100
Hex D1 55 64

RGB Percentages of Color #d15564

%53.05
%21.57
%25.38

CMYK Percentages of Color #d15564

%0
%59
%52
%18

Triadic Colors of #d15564

#d15564 #64d155 #5564d1

Analogous Colors of #d15564

#d15564 #d18455 #d155a2

Monochromatic Colors of #d15564

#d15564

Complementary Color

#d15564 #55d1c2

#d15564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15564 Color CSS Codes

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

#d15564 Text Font Color

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

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


#d15564 Background Color

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

This div background color is #d15564


#d15564 Border Color

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

This div border color is #d15564


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,85,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15564


Comments

No comments written yet.

Please login to write comment.