Color Hex Logo

#812fee Color Hex

#812FEE
(129,47,238)
0 Favorites   0 Comments

Color spaces of #812fee

RGB 12947238
HSL0.740.850.56
HSV266°80°93°
CMYK 0.460.800.00   0.07
XYZ25.502412.873282.0296
Yxy12.87320.21180.1069
Hunter Lab35.879264.0863-110.4374
CIE-Lab42.571670.0273-80.9987

#812fee color RGB value is (129,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101111 11101110
Octal 201 57 356
Decimal 129 47 238
Hex 81 2F EE

RGB Percentages of Color #812fee

%31.16
%11.35
%57.49

CMYK Percentages of Color #812fee

%46
%80
%0
%7

Triadic Colors of #812fee

#812fee #ee812f #2fee81

Analogous Colors of #812fee

#812fee #e12fee #2f3dee

Monochromatic Colors of #812fee

#812fee

Complementary Color

#812fee #9cee2f

#812fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#812fee Color CSS Codes

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

#812fee Text Font Color

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

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


#812fee Background Color

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

This div background color is #812fee


#812fee Border Color

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

This div border color is #812fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812fee


Comments

No comments written yet.

Please login to write comment.