Color Hex Logo

#812fed Color Hex

#812FED
(129,47,237)
0 Favorites   0 Comments

Color spaces of #812fed

RGB 12947237
HSL0.740.840.56
HSV266°80°93°
CMYK 0.460.800.00   0.07
XYZ25.355812.814681.2578
Yxy12.81460.21230.1073
Hunter Lab35.797563.7881-109.5259
CIE-Lab42.482669.7919-80.5796

#812fed color RGB value is (129,47,237).

#812fed hex color red value is 129, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #812fed hue: 0.74 , saturation: 0.84 and the lightness value of 812fed is 0.56.

The process color (four color CMYK) of #812fed color hex is 0.46, 0.80, 0.00, 0.07. Web safe color of #812fed is #9933ff. Color #812fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101111 11101101
Octal 201 57 355
Decimal 129 47 237
Hex 81 2F ED

RGB Percentages of Color #812fed

%31.23
%11.38
%57.38

CMYK Percentages of Color #812fed

%46
%80
%0
%7

Triadic Colors of #812fed

#812fed #ed812f #2fed81

Analogous Colors of #812fed

#812fed #e02fed #2f3ced

Monochromatic Colors of #812fed

#812fed

Complementary Color

#812fed #9bed2f

#812fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#812fed Color CSS Codes

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

#812fed Text Font Color

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

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


#812fed Background Color

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

This div background color is #812fed


#812fed Border Color

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

This div border color is #812fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812fed


Comments

No comments written yet.

Please login to write comment.