Color Hex Logo

#812bd2 Color Hex

#812BD2
(129,43,210)
0 Favorites   0 Comments

Color spaces of #812bd2

RGB 12943210
HSL0.750.660.50
HSV271°80°82°
CMYK 0.390.800.00   0.18
XYZ21.550011.048061.9694
Yxy11.04800.22790.1168
Hunter Lab33.238557.5620-87.2724
CIE-Lab39.661264.9685-69.7756

#812bd2 color RGB value is (129,43,210).

#812bd2 hex color red value is 129, green value is 43 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #812bd2 hue: 0.75 , saturation: 0.66 and the lightness value of 812bd2 is 0.50.

The process color (four color CMYK) of #812bd2 color hex is 0.39, 0.80, 0.00, 0.18. Web safe color of #812bd2 is #9933cc. Color #812bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101011 11010010
Octal 201 53 322
Decimal 129 43 210
Hex 81 2B D2

RGB Percentages of Color #812bd2

%33.77
%11.26
%54.97

CMYK Percentages of Color #812bd2

%39
%80
%0
%18

Triadic Colors of #812bd2

#812bd2 #d2812b #2bd281

Analogous Colors of #812bd2

#812bd2 #d22bd0 #2e2bd2

Monochromatic Colors of #812bd2

#812bd2

Complementary Color

#812bd2 #7cd22b

#812bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812bd2 Color CSS Codes

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

#812bd2 Text Font Color

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

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


#812bd2 Background Color

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

This div background color is #812bd2


#812bd2 Border Color

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

This div border color is #812bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812bd2


Comments

No comments written yet.

Please login to write comment.