Color Hex Logo

#814f91 Color Hex

#814F91
(129,79,145)
0 Favorites   0 Comments

Color spaces of #814f91

RGB 12979145
HSL0.790.290.44
HSV285°46°57°
CMYK 0.110.460.00   0.43
XYZ16.960112.303428.2690
Yxy12.30340.29480.2139
Hunter Lab35.076224.9252-23.2303
CIE-Lab41.694332.8100-28.1161

#814f91 color RGB value is (129,79,145).

#814f91 hex color red value is 129, green value is 79 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #814f91 hue: 0.79 , saturation: 0.29 and the lightness value of 814f91 is 0.44.

The process color (four color CMYK) of #814f91 color hex is 0.11, 0.46, 0.00, 0.43. Web safe color of #814f91 is #996699. Color #814f91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001111 10010001
Octal 201 117 221
Decimal 129 79 145
Hex 81 4F 91

RGB Percentages of Color #814f91

%36.54
%22.38
%41.08

CMYK Percentages of Color #814f91

%11
%46
%0
%43

Triadic Colors of #814f91

#814f91 #91814f #4f9181

Analogous Colors of #814f91

#814f91 #914f80 #604f91

Monochromatic Colors of #814f91

#814f91

Complementary Color

#814f91 #5f914f

#814f91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814f91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814f91 Color CSS Codes

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

#814f91 Text Font Color

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

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


#814f91 Background Color

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

This div background color is #814f91


#814f91 Border Color

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

This div border color is #814f91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,79,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814f91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814f91;
  -webkit-box-shadow: 1px 1px 3px 2px #814f91;
  box-shadow:         1px 1px 3px 2px #814f91; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814f91


Comments

No comments written yet.

Please login to write comment.