Color Hex Logo

#d86055 Color Hex

#D86055
(216,96,85)
0 Favorites   0 Comments

Color spaces of #d86055

RGB 2169685
HSL0.010.630.59
HSV61°85°
CMYK 0.000.560.61   0.15
XYZ34.141523.620511.3541
Yxy23.62050.49400.3418
Hunter Lab48.600940.342220.1694
CIE-Lab55.705846.351029.4936

#d86055 color RGB value is (216,96,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100000 01010101
Octal 330 140 125
Decimal 216 96 85
Hex D8 60 55

RGB Percentages of Color #d86055

%54.41
%24.18
%21.41

CMYK Percentages of Color #d86055

%0
%56
%61
%15

Triadic Colors of #d86055

#d86055 #55d860 #6055d8

Analogous Colors of #d86055

#d86055 #d8a255 #d8558c

Monochromatic Colors of #d86055

#d86055

Complementary Color

#d86055 #55cdd8

#d86055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86055 Color CSS Codes

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

#d86055 Text Font Color

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

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


#d86055 Background Color

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

This div background color is #d86055


#d86055 Border Color

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

This div border color is #d86055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86055


Comments

No comments written yet.

Please login to write comment.