Color Hex Logo

#812eef Color Hex

#812EEF
(129,46,239)
0 Favorites   0 Comments

Color spaces of #812eef

RGB 12946239
HSL0.740.860.56
HSV266°81°94°
CMYK 0.460.810.00   0.06
XYZ25.610212.853182.7924
Yxy12.85310.21120.1060
Hunter Lab35.851264.7712-111.8245
CIE-Lab42.541170.6125-81.6136

#812eef color RGB value is (129,46,239).

#812eef hex color red value is 129, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #812eef hue: 0.74 , saturation: 0.86 and the lightness value of 812eef is 0.56.

The process color (four color CMYK) of #812eef color hex is 0.46, 0.81, 0.00, 0.06. Web safe color of #812eef is #9933ff. Color #812eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101110 11101111
Octal 201 56 357
Decimal 129 46 239
Hex 81 2E EF

RGB Percentages of Color #812eef

%31.16
%11.11
%57.73

CMYK Percentages of Color #812eef

%46
%81
%0
%6

Triadic Colors of #812eef

#812eef #ef812e #2eef81

Analogous Colors of #812eef

#812eef #e22eef #2e3cef

Monochromatic Colors of #812eef

#812eef

Complementary Color

#812eef #9cef2e

#812eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#812eef Color CSS Codes

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

#812eef Text Font Color

<p style="color:#812eef">Text here</p>

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


#812eef Background Color

<div style="background-color:#812eef">
Div content here</div>

This div background color is #812eef


#812eef Border Color

<div style="border:3px solid #812eef">
Div here</div>

This div border color is #812eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812eef


Comments

No comments written yet.

Please login to write comment.