Color Hex Logo

#872366 Color Hex

#872366
(135,35,102)
0 Favorites   0 Comments

Color spaces of #872366

RGB 13535102
HSL0.890.590.33
HSV320°74°53°
CMYK 0.000.740.24   0.47
XYZ12.99107.312313.2971
Yxy7.31230.38660.2176
Hunter Lab27.041338.4317-10.2260
CIE-Lab32.507548.4716-15.5931

#872366 color RGB value is (135,35,102).

#872366 hex color red value is 135, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #872366 hue: 0.89 , saturation: 0.59 and the lightness value of 872366 is 0.33.

The process color (four color CMYK) of #872366 color hex is 0.00, 0.74, 0.24, 0.47. Web safe color of #872366 is #993366. Color #872366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 01100110
Octal 207 43 146
Decimal 135 35 102
Hex 87 23 66

RGB Percentages of Color #872366

%49.63
%12.87
%37.50

CMYK Percentages of Color #872366

%0
%74
%24
%47

Triadic Colors of #872366

#872366 #668723 #236687

Analogous Colors of #872366

#872366 #872334 #762387

Monochromatic Colors of #872366

#872366

Complementary Color

#872366 #238744

#872366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872366 Color CSS Codes

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

#872366 Text Font Color

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

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


#872366 Background Color

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

This div background color is #872366


#872366 Border Color

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

This div border color is #872366


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,35,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872366; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872366;
  -webkit-box-shadow: 1px 1px 3px 2px #872366;
  box-shadow:         1px 1px 3px 2px #872366; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,35,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872366


Comments

No comments written yet.

Please login to write comment.