Color Hex Logo

#814cec Color Hex

#814CEC
(129,76,236)
0 Favorites   0 Comments

Color spaces of #814cec

RGB 12976236
HSL0.720.810.61
HSV260°68°93°
CMYK 0.450.680.00   0.07
XYZ26.778015.892181.0130
Yxy15.89210.21650.1285
Hunter Lab39.864950.1382-92.5831
CIE-Lab46.832656.9504-72.8971

#814cec color RGB value is (129,76,236).

#814cec hex color red value is 129, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #814cec hue: 0.72 , saturation: 0.81 and the lightness value of 814cec is 0.61.

The process color (four color CMYK) of #814cec color hex is 0.45, 0.68, 0.00, 0.07. Web safe color of #814cec is #9933ff. Color #814cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001100 11101100
Octal 201 114 354
Decimal 129 76 236
Hex 81 4C EC

RGB Percentages of Color #814cec

%29.25
%17.23
%53.51

CMYK Percentages of Color #814cec

%45
%68
%0
%7

Triadic Colors of #814cec

#814cec #ec814c #4cec81

Analogous Colors of #814cec

#814cec #d14cec #4c67ec

Monochromatic Colors of #814cec

#814cec

Complementary Color

#814cec #b7ec4c

#814cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#814cec Color CSS Codes

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

#814cec Text Font Color

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

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


#814cec Background Color

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

This div background color is #814cec


#814cec Border Color

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

This div border color is #814cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814cec


Comments

No comments written yet.

Please login to write comment.