Color Hex Logo

#813de5 Color Hex

#813DE5
(129,61,229)
0 Favorites   0 Comments

Color spaces of #813de5

RGB 12961229
HSL0.730.760.57
HSV264°73°90°
CMYK 0.440.730.00   0.10
XYZ24.864913.661875.4552
Yxy13.66180.21810.1199
Hunter Lab36.961955.3968-95.1633
CIE-Lab43.744062.2640-73.9795

#813de5 color RGB value is (129,61,229).

#813de5 hex color red value is 129, green value is 61 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #813de5 hue: 0.73 , saturation: 0.76 and the lightness value of 813de5 is 0.57.

The process color (four color CMYK) of #813de5 color hex is 0.44, 0.73, 0.00, 0.10. Web safe color of #813de5 is #9933cc. Color #813de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111101 11100101
Octal 201 75 345
Decimal 129 61 229
Hex 81 3D E5

RGB Percentages of Color #813de5

%30.79
%14.56
%54.65

CMYK Percentages of Color #813de5

%44
%73
%0
%10

Triadic Colors of #813de5

#813de5 #e5813d #3de581

Analogous Colors of #813de5

#813de5 #d53de5 #3d4de5

Monochromatic Colors of #813de5

#813de5

Complementary Color

#813de5 #a1e53d

#813de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813de5 Color CSS Codes

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

#813de5 Text Font Color

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

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


#813de5 Background Color

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

This div background color is #813de5


#813de5 Border Color

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

This div border color is #813de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813de5


Comments

No comments written yet.

Please login to write comment.