Color Hex Logo

#814deb Color Hex

#814DEB
(129,77,235)
0 Favorites   0 Comments

Color spaces of #814deb

RGB 12977235
HSL0.720.800.61
HSV260°67°92°
CMYK 0.450.670.00   0.08
XYZ26.702515.973080.2730
Yxy15.97300.21720.1299
Hunter Lab39.966249.3197-91.1088
CIE-Lab46.939056.1833-72.1601

#814deb color RGB value is (129,77,235).

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

The process color (four color CMYK) of #814deb color hex is 0.45, 0.67, 0.00, 0.08. Web safe color of #814deb is #9966ff. Color #814deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001101 11101011
Octal 201 115 353
Decimal 129 77 235
Hex 81 4D EB

RGB Percentages of Color #814deb

%29.25
%17.46
%53.29

CMYK Percentages of Color #814deb

%45
%67
%0
%8

Triadic Colors of #814deb

#814deb #eb814d #4deb81

Analogous Colors of #814deb

#814deb #d04deb #4d68eb

Monochromatic Colors of #814deb

#814deb

Complementary Color

#814deb #b7eb4d

#814deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#814deb Color CSS Codes

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

#814deb Text Font Color

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

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


#814deb Background Color

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

This div background color is #814deb


#814deb Border Color

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

This div border color is #814deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814deb


Comments

No comments written yet.

Please login to write comment.