Color Hex Logo

#813eac Color Hex

#813EAC
(129,62,172)
0 Favorites   0 Comments

Color spaces of #813eac

RGB 12962172
HSL0.770.470.46
HSV277°64°67°
CMYK 0.250.640.00   0.33
XYZ18.222311.090940.2101
Yxy11.09090.26210.1595
Hunter Lab33.303039.3890-48.2747
CIE-Lab39.733148.0799-47.3984

#813eac color RGB value is (129,62,172).

#813eac hex color red value is 129, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #813eac hue: 0.77 , saturation: 0.47 and the lightness value of 813eac is 0.46.

The process color (four color CMYK) of #813eac color hex is 0.25, 0.64, 0.00, 0.33. Web safe color of #813eac is #993399. Color #813eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 10101100
Octal 201 76 254
Decimal 129 62 172
Hex 81 3E AC

RGB Percentages of Color #813eac

%35.54
%17.08
%47.38

CMYK Percentages of Color #813eac

%25
%64
%0
%33

Triadic Colors of #813eac

#813eac #ac813e #3eac81

Analogous Colors of #813eac

#813eac #ac3ea0 #4a3eac

Monochromatic Colors of #813eac

#813eac

Complementary Color

#813eac #69ac3e

#813eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#813eac Color CSS Codes

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

#813eac Text Font Color

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

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


#813eac Background Color

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

This div background color is #813eac


#813eac Border Color

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

This div border color is #813eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813eac


Comments

No comments written yet.

Please login to write comment.