Color Hex Logo

#812bcb Color Hex

#812BCB
(129,43,203)
0 Favorites   0 Comments

Color spaces of #812bcb

RGB 12943203
HSL0.760.650.48
HSV272°79°80°
CMYK 0.360.790.00   0.20
XYZ20.696610.706757.4757
Yxy10.70670.23290.1205
Hunter Lab32.721155.6421-81.2401
CIE-Lab39.082063.3861-66.6670

#812bcb color RGB value is (129,43,203).

#812bcb hex color red value is 129, green value is 43 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #812bcb hue: 0.76 , saturation: 0.65 and the lightness value of 812bcb is 0.48.

The process color (four color CMYK) of #812bcb color hex is 0.36, 0.79, 0.00, 0.20. Web safe color of #812bcb is #9933cc. Color #812bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101011 11001011
Octal 201 53 313
Decimal 129 43 203
Hex 81 2B CB

RGB Percentages of Color #812bcb

%34.40
%11.47
%54.13

CMYK Percentages of Color #812bcb

%36
%79
%0
%20

Triadic Colors of #812bcb

#812bcb #cb812b #2bcb81

Analogous Colors of #812bcb

#812bcb #cb2bc5 #312bcb

Monochromatic Colors of #812bcb

#812bcb

Complementary Color

#812bcb #75cb2b

#812bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#812bcb Color CSS Codes

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

#812bcb Text Font Color

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

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


#812bcb Background Color

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

This div background color is #812bcb


#812bcb Border Color

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

This div border color is #812bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812bcb


Comments

No comments written yet.

Please login to write comment.