Color Hex Logo

#814987 Color Hex

#814987
(129,73,135)
0 Favorites   0 Comments

Color spaces of #814987

RGB 12973135
HSL0.820.300.41
HSV294°46°53°
CMYK 0.040.460.00   0.47
XYZ15.809011.181524.2467
Yxy11.18150.30850.2182
Hunter Lab33.438725.8725-19.5845
CIE-Lab39.884534.0928-24.8730

#814987 color RGB value is (129,73,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 10000111
Octal 201 111 207
Decimal 129 73 135
Hex 81 49 87

RGB Percentages of Color #814987

%38.28
%21.66
%40.06

CMYK Percentages of Color #814987

%4
%46
%0
%47

Triadic Colors of #814987

#814987 #878149 #498781

Analogous Colors of #814987

#814987 #87496e #624987

Monochromatic Colors of #814987

#814987

Complementary Color

#814987 #4f8749

#814987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814987 Color CSS Codes

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

#814987 Text Font Color

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

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


#814987 Background Color

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

This div background color is #814987


#814987 Border Color

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

This div border color is #814987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814987


Comments

No comments written yet.

Please login to write comment.