Color Hex Logo

#812ecd Color Hex

#812ECD
(129,46,205)
0 Favorites   0 Comments

Color spaces of #812ecd

RGB 12946205
HSL0.750.630.49
HSV271°78°80°
CMYK 0.370.780.00   0.20
XYZ21.049711.028958.7770
Yxy11.02890.23170.1214
Hunter Lab33.209855.0234-81.6887
CIE-Lab39.629162.7290-66.9345

#812ecd color RGB value is (129,46,205).

#812ecd hex color red value is 129, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #812ecd hue: 0.75 , saturation: 0.63 and the lightness value of 812ecd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101110 11001101
Octal 201 56 315
Decimal 129 46 205
Hex 81 2E CD

RGB Percentages of Color #812ecd

%33.95
%12.11
%53.95

CMYK Percentages of Color #812ecd

%37
%78
%0
%20

Triadic Colors of #812ecd

#812ecd #cd812e #2ecd81

Analogous Colors of #812ecd

#812ecd #cd2eca #322ecd

Monochromatic Colors of #812ecd

#812ecd

Complementary Color

#812ecd #7acd2e

#812ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#812ecd Color CSS Codes

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

#812ecd Text Font Color

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

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


#812ecd Background Color

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

This div background color is #812ecd


#812ecd Border Color

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

This div border color is #812ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812ecd


Comments

No comments written yet.

Please login to write comment.