Color Hex Logo

#814cab Color Hex

#814CAB
(129,76,171)
0 Favorites   0 Comments

Color spaces of #814cab

RGB 12976171
HSL0.760.380.48
HSV273°56°67°
CMYK 0.250.560.00   0.33
XYZ18.988412.776339.9933
Yxy12.77630.26460.1780
Hunter Lab35.744032.2733-41.3178
CIE-Lab42.424240.4655-42.5002

#814cab color RGB value is (129,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001100 10101011
Octal 201 114 253
Decimal 129 76 171
Hex 81 4C AB

RGB Percentages of Color #814cab

%34.31
%20.21
%45.48

CMYK Percentages of Color #814cab

%25
%56
%0
%33

Triadic Colors of #814cab

#814cab #ab814c #4cab81

Analogous Colors of #814cab

#814cab #ab4ca6 #524cab

Monochromatic Colors of #814cab

#814cab

Complementary Color

#814cab #76ab4c

#814cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#814cab Color CSS Codes

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

#814cab Text Font Color

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

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


#814cab Background Color

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

This div background color is #814cab


#814cab Border Color

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

This div border color is #814cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814cab


Comments

No comments written yet.

Please login to write comment.