Color Hex Logo

#872666 Color Hex

#872666
(135,38,102)
0 Favorites   0 Comments

Color spaces of #872666

RGB 13538102
HSL0.890.560.34
HSV320°72°53°
CMYK 0.000.720.24   0.47
XYZ13.08317.496413.3278
Yxy7.49640.38580.2211
Hunter Lab27.379637.3806-9.6955
CIE-Lab32.911347.3386-14.9733

#872666 color RGB value is (135,38,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100110 01100110
Octal 207 46 146
Decimal 135 38 102
Hex 87 26 66

RGB Percentages of Color #872666

%49.09
%13.82
%37.09

CMYK Percentages of Color #872666

%0
%72
%24
%47

Triadic Colors of #872666

#872666 #668726 #266687

Analogous Colors of #872666

#872666 #872635 #782687

Monochromatic Colors of #872666

#872666

Complementary Color

#872666 #268747

#872666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872666 Color CSS Codes

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

#872666 Text Font Color

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

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


#872666 Background Color

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

This div background color is #872666


#872666 Border Color

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

This div border color is #872666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872666


Comments

No comments written yet.

Please login to write comment.