Color Hex Logo

#813abf Color Hex

#813ABF
(129,58,191)
0 Favorites   0 Comments

Color spaces of #813abf

RGB 12958191
HSL0.760.530.49
HSV272°70°75°
CMYK 0.320.700.00   0.25
XYZ19.970311.454850.4487
Yxy11.45480.24390.1399
Hunter Lab33.844946.0958-64.6852
CIE-Lab40.336154.4196-57.6292

#813abf color RGB value is (129,58,191).

#813abf hex color red value is 129, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #813abf hue: 0.76 , saturation: 0.53 and the lightness value of 813abf is 0.49.

The process color (four color CMYK) of #813abf color hex is 0.32, 0.70, 0.00, 0.25. Web safe color of #813abf is #9933cc. Color #813abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 10111111
Octal 201 72 277
Decimal 129 58 191
Hex 81 3A BF

RGB Percentages of Color #813abf

%34.13
%15.34
%50.53

CMYK Percentages of Color #813abf

%32
%70
%0
%25

Triadic Colors of #813abf

#813abf #bf813a #3abf81

Analogous Colors of #813abf

#813abf #bf3abb #3f3abf

Monochromatic Colors of #813abf

#813abf

Complementary Color

#813abf #78bf3a

#813abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#813abf Color CSS Codes

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

#813abf Text Font Color

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

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


#813abf Background Color

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

This div background color is #813abf


#813abf Border Color

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

This div border color is #813abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813abf


Comments

No comments written yet.

Please login to write comment.