Color Hex Logo

#813abb Color Hex

#813ABB
(129,58,187)
0 Favorites   0 Comments

Color spaces of #813abb

RGB 12958187
HSL0.760.530.48
HSV273°69°73°
CMYK 0.310.690.00   0.27
XYZ19.536011.281148.1615
Yxy11.28110.24740.1428
Hunter Lab33.587345.0462-61.5058
CIE-Lab40.049953.4827-55.7476

#813abb color RGB value is (129,58,187).

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

The process color (four color CMYK) of #813abb color hex is 0.31, 0.69, 0.00, 0.27. Web safe color of #813abb is #9933cc. Color #813abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111010 10111011
Octal 201 72 273
Decimal 129 58 187
Hex 81 3A BB

RGB Percentages of Color #813abb

%34.49
%15.51
%50.00

CMYK Percentages of Color #813abb

%31
%69
%0
%27

Triadic Colors of #813abb

#813abb #bb813a #3abb81

Analogous Colors of #813abb

#813abb #bb3ab5 #403abb

Monochromatic Colors of #813abb

#813abb

Complementary Color

#813abb #74bb3a

#813abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813abb Color CSS Codes

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

#813abb Text Font Color

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

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


#813abb Background Color

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

This div background color is #813abb


#813abb Border Color

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

This div border color is #813abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813abb


Comments

No comments written yet.

Please login to write comment.