Color Hex Logo

#816bef Color Hex

#816BEF
(129,107,239)
0 Favorites   0 Comments

Color spaces of #816bef

RGB 129107239
HSL0.690.800.68
HSV250°55°94°
CMYK 0.460.550.00   0.06
XYZ29.890921.414584.2193
Yxy21.41450.22060.1580
Hunter Lab46.275834.3157-75.5113
CIE-Lab53.400240.8805-63.9337

#816bef color RGB value is (129,107,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101011 11101111
Octal 201 153 357
Decimal 129 107 239
Hex 81 6B EF

RGB Percentages of Color #816bef

%27.16
%22.53
%50.32

CMYK Percentages of Color #816bef

%46
%55
%0
%6

Triadic Colors of #816bef

#816bef #ef816b #6bef81

Analogous Colors of #816bef

#816bef #c36bef #6b97ef

Monochromatic Colors of #816bef

#816bef

Complementary Color

#816bef #d9ef6b

#816bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#816bef Color CSS Codes

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

#816bef Text Font Color

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

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


#816bef Background Color

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

This div background color is #816bef


#816bef Border Color

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

This div border color is #816bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816bef


Comments

No comments written yet.

Please login to write comment.