Color Hex Logo

#814feb Color Hex

#814FEB
(129,79,235)
0 Favorites   0 Comments

Color spaces of #814feb

RGB 12979235
HSL0.720.800.62
HSV259°66°92°
CMYK 0.450.660.00   0.08
XYZ26.844616.257280.3204
Yxy16.25720.21750.1317
Hunter Lab40.320248.2823-89.8852
CIE-Lab47.310155.1636-71.5559

#814feb color RGB value is (129,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001111 11101011
Octal 201 117 353
Decimal 129 79 235
Hex 81 4F EB

RGB Percentages of Color #814feb

%29.12
%17.83
%53.05

CMYK Percentages of Color #814feb

%45
%66
%0
%8

Triadic Colors of #814feb

#814feb #eb814f #4feb81

Analogous Colors of #814feb

#814feb #cf4feb #4f6beb

Monochromatic Colors of #814feb

#814feb

Complementary Color

#814feb #b9eb4f

#814feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#814feb Color CSS Codes

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

#814feb Text Font Color

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

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


#814feb Background Color

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

This div background color is #814feb


#814feb Border Color

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

This div border color is #814feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,79,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 #814feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814feb


Comments

No comments written yet.

Please login to write comment.