Color Hex Logo

#d85555 Color Hex

#D85555
(216,85,85)
0 Favorites   0 Comments

Color spaces of #d85555

RGB 2168585
HSL0.000.630.59
HSV61°85°
CMYK 0.000.610.61   0.15
XYZ33.207121.751811.0426
Yxy21.75180.50310.3296
Hunter Lab46.638845.475018.6092
CIE-Lab53.762751.454127.0122

#d85555 color RGB value is (216,85,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 01010101
Octal 330 125 125
Decimal 216 85 85
Hex D8 55 55

RGB Percentages of Color #d85555

%55.96
%22.02
%22.02

CMYK Percentages of Color #d85555

%0
%61
%61
%15

Triadic Colors of #d85555

#d85555 #55d855 #5555d8

Analogous Colors of #d85555

#d85555 #d89755 #d85597

Monochromatic Colors of #d85555

#d85555

Complementary Color

#d85555 #55d8d8

#d85555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85555 Color CSS Codes

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

#d85555 Text Font Color

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

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


#d85555 Background Color

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

This div background color is #d85555


#d85555 Border Color

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

This div border color is #d85555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85555


Comments

No comments written yet.

Please login to write comment.