Color Hex Logo

#d15655 Color Hex

#D15655
(209,86,85)
0 Favorites   0 Comments

Color spaces of #d15655

RGB 2098685
HSL0.000.570.58
HSV59°82°
CMYK 0.000.590.59   0.18
XYZ31.262020.866810.9743
Yxy20.86680.49540.3307
Hunter Lab45.680242.219117.7322
CIE-Lab52.803448.574225.5510

#d15655 color RGB value is (209,86,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 01010101
Octal 321 126 125
Decimal 209 86 85
Hex D1 56 55

RGB Percentages of Color #d15655

%55.00
%22.63
%22.37

CMYK Percentages of Color #d15655

%0
%59
%59
%18

Triadic Colors of #d15655

#d15655 #55d156 #5655d1

Analogous Colors of #d15655

#d15655 #d19455 #d15592

Monochromatic Colors of #d15655

#d15655

Complementary Color

#d15655 #55d0d1

#d15655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15655 Color CSS Codes

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

#d15655 Text Font Color

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

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


#d15655 Background Color

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

This div background color is #d15655


#d15655 Border Color

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

This div border color is #d15655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15655


Comments

No comments written yet.

Please login to write comment.