Color Hex Logo

#872b81 Color Hex

#872B81
(135,43,129)
0 Favorites   0 Comments

Color spaces of #872b81

RGB 13543129
HSL0.840.520.35
HSV304°68°53°
CMYK 0.000.680.04   0.47
XYZ14.81808.463621.6215
Yxy8.46360.33000.1885
Hunter Lab29.092340.0066-23.7000
CIE-Lab34.930349.5769-28.8715

#872b81 color RGB value is (135,43,129).

#872b81 hex color red value is 135, green value is 43 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #872b81 hue: 0.84 , saturation: 0.52 and the lightness value of 872b81 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101011 10000001
Octal 207 53 201
Decimal 135 43 129
Hex 87 2B 81

RGB Percentages of Color #872b81

%43.97
%14.01
%42.02

CMYK Percentages of Color #872b81

%0
%68
%4
%47

Triadic Colors of #872b81

#872b81 #81872b #2b8187

Analogous Colors of #872b81

#872b81 #872b53 #5f2b87

Monochromatic Colors of #872b81

#872b81

Complementary Color

#872b81 #2b8731

#872b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872b81 Color CSS Codes

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

#872b81 Text Font Color

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

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


#872b81 Background Color

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

This div background color is #872b81


#872b81 Border Color

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

This div border color is #872b81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872b81


Comments

No comments written yet.

Please login to write comment.