Color Hex Logo

#872266 Color Hex

#872266
(135,34,102)
0 Favorites   0 Comments

Color spaces of #872266

RGB 13534102
HSL0.890.600.33
HSV320°75°53°
CMYK 0.000.750.24   0.47
XYZ12.96207.254313.2874
Yxy7.25430.38690.2165
Hunter Lab26.933838.7697-10.3962
CIE-Lab32.379048.8341-15.7907

#872266 color RGB value is (135,34,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100010 01100110
Octal 207 42 146
Decimal 135 34 102
Hex 87 22 66

RGB Percentages of Color #872266

%49.82
%12.55
%37.64

CMYK Percentages of Color #872266

%0
%75
%24
%47

Triadic Colors of #872266

#872266 #668722 #226687

Analogous Colors of #872266

#872266 #872234 #762287

Monochromatic Colors of #872266

#872266

Complementary Color

#872266 #228743

#872266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872266 Color CSS Codes

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

#872266 Text Font Color

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

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


#872266 Background Color

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

This div background color is #872266


#872266 Border Color

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

This div border color is #872266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872266


Comments

No comments written yet.

Please login to write comment.