Color Hex Logo

#d00855 Color Hex

#D00855
(208,8,85)
0 Favorites   0 Comments

Color spaces of #d00855

RGB 208885
HSL0.940.930.42
HSV337°96°82°
CMYK 0.000.960.59   0.18
XYZ27.739014.23949.8808
Yxy14.23940.53490.2746
Hunter Lab37.735165.178410.8897
CIE-Lab44.574370.559514.5631

#d00855 color RGB value is (208,8,85).

#d00855 hex color red value is 208, green value is 8 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d00855 hue: 0.94 , saturation: 0.93 and the lightness value of d00855 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 01010101
Octal 320 10 125
Decimal 208 8 85
Hex D0 8 55

RGB Percentages of Color #d00855

%69.10
%2.66
%28.24

CMYK Percentages of Color #d00855

%0
%96
%59
%18

Triadic Colors of #d00855

#d00855 #55d008 #0855d0

Analogous Colors of #d00855

#d00855 #d01f08 #d008b9

Monochromatic Colors of #d00855

#d00855

Complementary Color

#d00855 #08d083

#d00855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00855 Color CSS Codes

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

#d00855 Text Font Color

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

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


#d00855 Background Color

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

This div background color is #d00855


#d00855 Border Color

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

This div border color is #d00855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00855


Comments

No comments written yet.

Please login to write comment.