Color Hex Logo

#816aef Color Hex

#816AEF
(129,106,239)
0 Favorites   0 Comments

Color spaces of #816aef

RGB 129106239
HSL0.700.810.68
HSV250°56°94°
CMYK 0.460.560.00   0.06
XYZ29.787321.207284.1848
Yxy21.20720.22040.1569
Hunter Lab46.051334.8692-76.1502
CIE-Lab53.175541.4556-64.2960

#816aef color RGB value is (129,106,239).

#816aef hex color red value is 129, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #816aef hue: 0.70 , saturation: 0.81 and the lightness value of 816aef is 0.68.

The process color (four color CMYK) of #816aef color hex is 0.46, 0.56, 0.00, 0.06. Web safe color of #816aef is #9966ff. Color #816aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101010 11101111
Octal 201 152 357
Decimal 129 106 239
Hex 81 6A EF

RGB Percentages of Color #816aef

%27.22
%22.36
%50.42

CMYK Percentages of Color #816aef

%46
%56
%0
%6

Triadic Colors of #816aef

#816aef #ef816a #6aef81

Analogous Colors of #816aef

#816aef #c46aef #6a96ef

Monochromatic Colors of #816aef

#816aef

Complementary Color

#816aef #d8ef6a

#816aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#816aef Color CSS Codes

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

#816aef Text Font Color

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

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


#816aef Background Color

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

This div background color is #816aef


#816aef Border Color

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

This div border color is #816aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816aef


Comments

No comments written yet.

Please login to write comment.