Color Hex Logo

#813caf Color Hex

#813CAF
(129,60,175)
0 Favorites   0 Comments

Color spaces of #813caf

RGB 12960175
HSL0.770.490.46
HSV276°66°69°
CMYK 0.260.660.00   0.31
XYZ18.407010.994041.7093
Yxy10.99400.25890.1546
Hunter Lab33.157241.0680-51.3724
CIE-Lab39.570449.7524-49.4406

#813caf color RGB value is (129,60,175).

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

The process color (four color CMYK) of #813caf color hex is 0.26, 0.66, 0.00, 0.31. Web safe color of #813caf is #993399. Color #813caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111100 10101111
Octal 201 74 257
Decimal 129 60 175
Hex 81 3C AF

RGB Percentages of Color #813caf

%35.44
%16.48
%48.08

CMYK Percentages of Color #813caf

%26
%66
%0
%31

Triadic Colors of #813caf

#813caf #af813c #3caf81

Analogous Colors of #813caf

#813caf #af3ca4 #483caf

Monochromatic Colors of #813caf

#813caf

Complementary Color

#813caf #6aaf3c

#813caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#813caf Color CSS Codes

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

#813caf Text Font Color

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

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


#813caf Background Color

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

This div background color is #813caf


#813caf Border Color

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

This div border color is #813caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813caf


Comments

No comments written yet.

Please login to write comment.