Color Hex Logo

#812987 Color Hex

#812987
(129,41,135)
0 Favorites   0 Comments

Color spaces of #812987

RGB 12941135
HSL0.820.530.35
HSV296°70°53°
CMYK 0.040.700.00   0.47
XYZ14.21948.002323.7168
Yxy8.00230.30950.1742
Hunter Lab28.288340.2201-29.9066
CIE-Lab33.987749.9665-34.1503

#812987 color RGB value is (129,41,135).

#812987 hex color red value is 129, green value is 41 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #812987 hue: 0.82 , saturation: 0.53 and the lightness value of 812987 is 0.35.

The process color (four color CMYK) of #812987 color hex is 0.04, 0.70, 0.00, 0.47. Web safe color of #812987 is #993399. Color #812987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 10000111
Octal 201 51 207
Decimal 129 41 135
Hex 81 29 87

RGB Percentages of Color #812987

%42.30
%13.44
%44.26

CMYK Percentages of Color #812987

%4
%70
%0
%47

Triadic Colors of #812987

#812987 #878129 #298781

Analogous Colors of #812987

#812987 #87295e #522987

Monochromatic Colors of #812987

#812987

Complementary Color

#812987 #2f8729

#812987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812987 Color CSS Codes

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

#812987 Text Font Color

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

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


#812987 Background Color

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

This div background color is #812987


#812987 Border Color

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

This div border color is #812987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812987


Comments

No comments written yet.

Please login to write comment.