Color Hex Logo

#812cbb Color Hex

#812CBB
(129,44,187)
0 Favorites   0 Comments

Color spaces of #812cbb

RGB 12944187
HSL0.770.620.45
HSV276°76°73°
CMYK 0.310.760.00   0.27
XYZ18.923610.056347.9574
Yxy10.05630.24600.1307
Hunter Lab31.711751.0225-67.4658
CIE-Lab37.943359.4470-59.1642

#812cbb color RGB value is (129,44,187).

#812cbb hex color red value is 129, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #812cbb hue: 0.77 , saturation: 0.62 and the lightness value of 812cbb is 0.45.

The process color (four color CMYK) of #812cbb color hex is 0.31, 0.76, 0.00, 0.27. Web safe color of #812cbb is #9933cc. Color #812cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101100 10111011
Octal 201 54 273
Decimal 129 44 187
Hex 81 2C BB

RGB Percentages of Color #812cbb

%35.83
%12.22
%51.94

CMYK Percentages of Color #812cbb

%31
%76
%0
%27

Triadic Colors of #812cbb

#812cbb #bb812c #2cbb81

Analogous Colors of #812cbb

#812cbb #bb2cae #3a2cbb

Monochromatic Colors of #812cbb

#812cbb

Complementary Color

#812cbb #66bb2c

#812cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#812cbb Color CSS Codes

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

#812cbb Text Font Color

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

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


#812cbb Background Color

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

This div background color is #812cbb


#812cbb Border Color

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

This div border color is #812cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812cbb


Comments

No comments written yet.

Please login to write comment.