Color Hex Logo

#813b8f Color Hex

#813B8F
(129,59,143)
0 Favorites   0 Comments

Color spaces of #813b8f

RGB 12959143
HSL0.810.420.40
HSV290°59°56°
CMYK 0.100.590.00   0.44
XYZ15.57529.778227.0531
Yxy9.77820.29720.1866
Hunter Lab31.270134.1856-29.4052
CIE-Lab37.441443.2612-33.5926

#813b8f color RGB value is (129,59,143).

#813b8f hex color red value is 129, green value is 59 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #813b8f hue: 0.81 , saturation: 0.42 and the lightness value of 813b8f is 0.40.

The process color (four color CMYK) of #813b8f color hex is 0.10, 0.59, 0.00, 0.44. Web safe color of #813b8f is #993399. Color #813b8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111011 10001111
Octal 201 73 217
Decimal 129 59 143
Hex 81 3B 8F

RGB Percentages of Color #813b8f

%38.97
%17.82
%43.20

CMYK Percentages of Color #813b8f

%10
%59
%0
%44

Triadic Colors of #813b8f

#813b8f #8f813b #3b8f81

Analogous Colors of #813b8f

#813b8f #8f3b73 #573b8f

Monochromatic Colors of #813b8f

#813b8f

Complementary Color

#813b8f #498f3b

#813b8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813b8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#813b8f Color CSS Codes

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

#813b8f Text Font Color

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

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


#813b8f Background Color

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

This div background color is #813b8f


#813b8f Border Color

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

This div border color is #813b8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813b8f


Comments

No comments written yet.

Please login to write comment.