Color Hex Logo

#813ef9 Color Hex

#813EF9
(129,62,249)
0 Favorites   0 Comments

Color spaces of #813ef9

RGB 12962249
HSL0.730.940.61
HSV261°75°98°
CMYK 0.480.750.00   0.02
XYZ27.874814.951991.0394
Yxy14.95190.20820.1117
Hunter Lab38.667761.0088-112.5253
CIE-Lab45.568266.8157-82.2647

#813ef9 color RGB value is (129,62,249).

#813ef9 hex color red value is 129, green value is 62 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #813ef9 hue: 0.73 , saturation: 0.94 and the lightness value of 813ef9 is 0.61.

The process color (four color CMYK) of #813ef9 color hex is 0.48, 0.75, 0.00, 0.02. Web safe color of #813ef9 is #9933ff. Color #813ef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 11111001
Octal 201 76 371
Decimal 129 62 249
Hex 81 3E F9

RGB Percentages of Color #813ef9

%29.32
%14.09
%56.59

CMYK Percentages of Color #813ef9

%48
%75
%0
%2

Triadic Colors of #813ef9

#813ef9 #f9813e #3ef981

Analogous Colors of #813ef9

#813ef9 #df3ef9 #3e58f9

Monochromatic Colors of #813ef9

#813ef9

Complementary Color

#813ef9 #b6f93e

#813ef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ef9 Color CSS Codes

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

#813ef9 Text Font Color

<p style="color:#813ef9">Text here</p>

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


#813ef9 Background Color

<div style="background-color:#813ef9">
Div content here</div>

This div background color is #813ef9


#813ef9 Border Color

<div style="border:3px solid #813ef9">
Div here</div>

This div border color is #813ef9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,62,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813ef9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813ef9;
  -webkit-box-shadow: 1px 1px 3px 2px #813ef9;
  box-shadow:         1px 1px 3px 2px #813ef9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ef9


Comments

No comments written yet.

Please login to write comment.