Color Hex Logo

#816efe Color Hex

#816EFE
(129,110,254)
0 Favorites   0 Comments

Color spaces of #816efe

RGB 129110254
HSL0.690.990.71
HSV248°57°100°
CMYK 0.490.570.00   0.00
XYZ32.518622.974796.4866
Yxy22.97470.21400.1512
Hunter Lab47.931937.2194-85.7980
CIE-Lab55.046343.4705-69.6086

#816efe color RGB value is (129,110,254).

#816efe hex color red value is 129, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #816efe hue: 0.69 , saturation: 0.99 and the lightness value of 816efe is 0.71.

The process color (four color CMYK) of #816efe color hex is 0.49, 0.57, 0.00, 0.00. Web safe color of #816efe is #9966ff. Color #816efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101110 11111110
Octal 201 156 376
Decimal 129 110 254
Hex 81 6E FE

RGB Percentages of Color #816efe

%26.17
%22.31
%51.52

CMYK Percentages of Color #816efe

%49
%57
%0
%0

Triadic Colors of #816efe

#816efe #fe816e #6efe81

Analogous Colors of #816efe

#816efe #c96efe #6ea3fe

Monochromatic Colors of #816efe

#816efe

Complementary Color

#816efe #ebfe6e

#816efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#816efe Color CSS Codes

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

#816efe Text Font Color

<p style="color:#816efe">Text here</p>

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


#816efe Background Color

<div style="background-color:#816efe">
Div content here</div>

This div background color is #816efe


#816efe Border Color

<div style="border:3px solid #816efe">
Div here</div>

This div border color is #816efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,110,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816efe;
  -webkit-box-shadow: 1px 1px 3px 2px #816efe;
  box-shadow:         1px 1px 3px 2px #816efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816efe


Comments

No comments written yet.

Please login to write comment.