Color Hex Logo

#872066 Color Hex

#872066
(135,32,102)
0 Favorites   0 Comments

Color spaces of #872066

RGB 13532102
HSL0.890.620.33
HSV319°76°53°
CMYK 0.000.760.24   0.47
XYZ12.90657.143213.2689
Yxy7.14320.38740.2144
Hunter Lab26.726839.4268-10.7267
CIE-Lab32.130749.5362-16.1726

#872066 color RGB value is (135,32,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 01100110
Octal 207 40 146
Decimal 135 32 102
Hex 87 20 66

RGB Percentages of Color #872066

%50.19
%11.90
%37.92

CMYK Percentages of Color #872066

%0
%76
%24
%47

Triadic Colors of #872066

#872066 #668720 #206687

Analogous Colors of #872066

#872066 #872033 #752087

Monochromatic Colors of #872066

#872066

Complementary Color

#872066 #208741

#872066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872066 Color CSS Codes

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

#872066 Text Font Color

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

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


#872066 Background Color

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

This div background color is #872066


#872066 Border Color

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

This div border color is #872066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872066


Comments

No comments written yet.

Please login to write comment.