Color Hex Logo

#812efb Color Hex

#812EFB
(129,46,251)
0 Favorites   0 Comments

Color spaces of #812efb

RGB 12946251
HSL0.730.960.58
HSV264°82°98°
CMYK 0.490.820.00   0.02
XYZ27.442813.586292.4428
Yxy13.58620.20560.1018
Hunter Lab36.859568.3937-122.8965
CIE-Lab43.633573.4298-86.5636

#812efb color RGB value is (129,46,251).

#812efb hex color red value is 129, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #812efb hue: 0.73 , saturation: 0.96 and the lightness value of 812efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101110 11111011
Octal 201 56 373
Decimal 129 46 251
Hex 81 2E FB

RGB Percentages of Color #812efb

%30.28
%10.80
%58.92

CMYK Percentages of Color #812efb

%49
%82
%0
%2

Triadic Colors of #812efb

#812efb #fb812e #2efb81

Analogous Colors of #812efb

#812efb #e82efb #2e41fb

Monochromatic Colors of #812efb

#812efb

Complementary Color

#812efb #a8fb2e

#812efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#812efb Color CSS Codes

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

#812efb Text Font Color

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

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


#812efb Background Color

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

This div background color is #812efb


#812efb Border Color

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

This div border color is #812efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812efb


Comments

No comments written yet.

Please login to write comment.