Color Hex Logo

#812edd Color Hex

#812EDD
(129,46,221)
0 Favorites   0 Comments

Color spaces of #812edd

RGB 12946221
HSL0.750.720.52
HSV268°79°87°
CMYK 0.420.790.00   0.13
XYZ23.081411.841669.4757
Yxy11.84160.22110.1134
Hunter Lab34.411659.5075-95.6160
CIE-Lab40.963366.4137-73.9694

#812edd color RGB value is (129,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101110 11011101
Octal 201 56 335
Decimal 129 46 221
Hex 81 2E DD

RGB Percentages of Color #812edd

%32.58
%11.62
%55.81

CMYK Percentages of Color #812edd

%42
%79
%0
%13

Triadic Colors of #812edd

#812edd #dd812e #2edd81

Analogous Colors of #812edd

#812edd #d92edd #2e33dd

Monochromatic Colors of #812edd

#812edd

Complementary Color

#812edd #8add2e

#812edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#812edd Color CSS Codes

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

#812edd Text Font Color

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

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


#812edd Background Color

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

This div background color is #812edd


#812edd Border Color

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

This div border color is #812edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812edd


Comments

No comments written yet.

Please login to write comment.