Color Hex Logo

#814289 Color Hex

#814289
(129,66,137)
0 Favorites   0 Comments

Color spaces of #814289

RGB 12966137
HSL0.810.350.40
HSV293°52°54°
CMYK 0.060.520.00   0.46
XYZ15.516810.369724.8506
Yxy10.36970.30580.2044
Hunter Lab32.202029.6581-23.2132
CIE-Lab38.497938.3647-28.2618

#814289 color RGB value is (129,66,137).

#814289 hex color red value is 129, green value is 66 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #814289 hue: 0.81 , saturation: 0.35 and the lightness value of 814289 is 0.40.

The process color (four color CMYK) of #814289 color hex is 0.06, 0.52, 0.00, 0.46. Web safe color of #814289 is #993399. Color #814289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000010 10001001
Octal 201 102 211
Decimal 129 66 137
Hex 81 42 89

RGB Percentages of Color #814289

%38.86
%19.88
%41.27

CMYK Percentages of Color #814289

%6
%52
%0
%46

Triadic Colors of #814289

#814289 #898142 #428981

Analogous Colors of #814289

#814289 #89426e #5e4289

Monochromatic Colors of #814289

#814289

Complementary Color

#814289 #4a8942

#814289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814289 Color CSS Codes

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

#814289 Text Font Color

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

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


#814289 Background Color

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

This div background color is #814289


#814289 Border Color

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

This div border color is #814289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814289


Comments

No comments written yet.

Please login to write comment.