Color Hex Logo

#d86555 Color Hex

#D86555
(216,101,85)
0 Favorites   0 Comments

Color spaces of #d86555

RGB 21610185
HSL0.020.630.59
HSV61°85°
CMYK 0.000.530.61   0.15
XYZ34.612324.562211.5110
Yxy24.56220.48970.3475
Hunter Lab49.560337.931820.9213
CIE-Lab56.646343.923330.6836

#d86555 color RGB value is (216,101,85).

#d86555 hex color red value is 216, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d86555 hue: 0.02 , saturation: 0.63 and the lightness value of d86555 is 0.59.

The process color (four color CMYK) of #d86555 color hex is 0.00, 0.53, 0.61, 0.15. Web safe color of #d86555 is #cc6666. Color #d86555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 01010101
Octal 330 145 125
Decimal 216 101 85
Hex D8 65 55

RGB Percentages of Color #d86555

%53.73
%25.12
%21.14

CMYK Percentages of Color #d86555

%0
%53
%61
%15

Triadic Colors of #d86555

#d86555 #55d865 #6555d8

Analogous Colors of #d86555

#d86555 #d8a755 #d85587

Monochromatic Colors of #d86555

#d86555

Complementary Color

#d86555 #55c8d8

#d86555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86555 Color CSS Codes

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

#d86555 Text Font Color

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

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


#d86555 Background Color

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

This div background color is #d86555


#d86555 Border Color

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

This div border color is #d86555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86555


Comments

No comments written yet.

Please login to write comment.