Color Hex Logo

#813adf Color Hex

#813ADF
(129,58,223)
0 Favorites   0 Comments

Color spaces of #813adf

RGB 12958223
HSL0.740.720.55
HSV266°74°87°
CMYK 0.420.740.00   0.13
XYZ23.885613.021071.0664
Yxy13.02100.22120.1206
Hunter Lab36.084655.0069-91.5087
CIE-Lab42.794962.1004-72.1157

#813adf color RGB value is (129,58,223).

#813adf hex color red value is 129, green value is 58 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #813adf hue: 0.74 , saturation: 0.72 and the lightness value of 813adf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 11011111
Octal 201 72 337
Decimal 129 58 223
Hex 81 3A DF

RGB Percentages of Color #813adf

%31.46
%14.15
%54.39

CMYK Percentages of Color #813adf

%42
%74
%0
%13

Triadic Colors of #813adf

#813adf #df813a #3adf81

Analogous Colors of #813adf

#813adf #d43adf #3a46df

Monochromatic Colors of #813adf

#813adf

Complementary Color

#813adf #98df3a

#813adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#813adf Color CSS Codes

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

#813adf Text Font Color

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

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


#813adf Background Color

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

This div background color is #813adf


#813adf Border Color

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

This div border color is #813adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813adf


Comments

No comments written yet.

Please login to write comment.