Color Hex Logo

#814baa Color Hex

#814BAA
(129,75,170)
0 Favorites   0 Comments

Color spaces of #814baa

RGB 12975170
HSL0.760.390.48
HSV274°56°67°
CMYK 0.240.560.00   0.33
XYZ18.825012.601639.4704
Yxy12.60160.26550.1777
Hunter Lab35.498732.5359-41.0744
CIE-Lab42.156740.7777-42.3345

#814baa color RGB value is (129,75,170).

#814baa hex color red value is 129, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #814baa hue: 0.76 , saturation: 0.39 and the lightness value of 814baa is 0.48.

The process color (four color CMYK) of #814baa color hex is 0.24, 0.56, 0.00, 0.33. Web safe color of #814baa is #993399. Color #814baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001011 10101010
Octal 201 113 252
Decimal 129 75 170
Hex 81 4B AA

RGB Percentages of Color #814baa

%34.49
%20.05
%45.45

CMYK Percentages of Color #814baa

%24
%56
%0
%33

Triadic Colors of #814baa

#814baa #aa814b #4baa81

Analogous Colors of #814baa

#814baa #aa4ba4 #524baa

Monochromatic Colors of #814baa

#814baa

Complementary Color

#814baa #74aa4b

#814baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#814baa Color CSS Codes

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

#814baa Text Font Color

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

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


#814baa Background Color

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

This div background color is #814baa


#814baa Border Color

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

This div border color is #814baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814baa


Comments

No comments written yet.

Please login to write comment.