Color Hex Logo

#812bef Color Hex

#812BEF
(129,43,239)
0 Favorites   0 Comments

Color spaces of #812bef

RGB 12943239
HSL0.740.860.55
HSV266°82°94°
CMYK 0.460.820.00   0.06
XYZ25.497112.626982.7547
Yxy12.62690.21090.1045
Hunter Lab35.534365.8947-113.2044
CIE-Lab42.195671.6255-82.1815

#812bef color RGB value is (129,43,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101011 11101111
Octal 201 53 357
Decimal 129 43 239
Hex 81 2B EF

RGB Percentages of Color #812bef

%31.39
%10.46
%58.15

CMYK Percentages of Color #812bef

%46
%82
%0
%6

Triadic Colors of #812bef

#812bef #ef812b #2bef81

Analogous Colors of #812bef

#812bef #e32bef #2b37ef

Monochromatic Colors of #812bef

#812bef

Complementary Color

#812bef #99ef2b

#812bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#812bef Color CSS Codes

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

#812bef Text Font Color

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

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


#812bef Background Color

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

This div background color is #812bef


#812bef Border Color

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

This div border color is #812bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812bef


Comments

No comments written yet.

Please login to write comment.