Color Hex Logo

#872081 Color Hex

#872081
(135,32,129)
0 Favorites   0 Comments

Color spaces of #872081

RGB 13532129
HSL0.840.620.33
HSV303°76°53°
CMYK 0.000.760.04   0.47
XYZ14.47067.768921.5057
Yxy7.76890.33080.1776
Hunter Lab27.872743.8939-26.2353
CIE-Lab33.496953.6359-31.1342

#872081 color RGB value is (135,32,129).

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

The process color (four color CMYK) of #872081 color hex is 0.00, 0.76, 0.04, 0.47. Web safe color of #872081 is #993399. Color #872081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 10000001
Octal 207 40 201
Decimal 135 32 129
Hex 87 20 81

RGB Percentages of Color #872081

%45.61
%10.81
%43.58

CMYK Percentages of Color #872081

%0
%76
%4
%47

Triadic Colors of #872081

#872081 #818720 #208187

Analogous Colors of #872081

#872081 #87204d #5a2087

Monochromatic Colors of #872081

#872081

Complementary Color

#872081 #208726

#872081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872081 Color CSS Codes

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

#872081 Text Font Color

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

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


#872081 Background Color

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

This div background color is #872081


#872081 Border Color

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

This div border color is #872081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872081


Comments

No comments written yet.

Please login to write comment.