Color Hex Logo

#813ebb Color Hex

#813EBB
(129,62,187)
0 Favorites   0 Comments

Color spaces of #813ebb

RGB 12962187
HSL0.760.500.49
HSV272°67°73°
CMYK 0.310.670.00   0.27
XYZ19.745511.700248.2314
Yxy11.70020.24780.1468
Hunter Lab34.205643.1812-59.6577
CIE-Lab40.735651.5782-54.6390

#813ebb color RGB value is (129,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111110 10111011
Octal 201 76 273
Decimal 129 62 187
Hex 81 3E BB

RGB Percentages of Color #813ebb

%34.13
%16.40
%49.47

CMYK Percentages of Color #813ebb

%31
%67
%0
%27

Triadic Colors of #813ebb

#813ebb #bb813e #3ebb81

Analogous Colors of #813ebb

#813ebb #bb3eb7 #433ebb

Monochromatic Colors of #813ebb

#813ebb

Complementary Color

#813ebb #78bb3e

#813ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#813ebb Color CSS Codes

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

#813ebb Text Font Color

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

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


#813ebb Background Color

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

This div background color is #813ebb


#813ebb Border Color

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

This div border color is #813ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,62,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 #813ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813ebb


Comments

No comments written yet.

Please login to write comment.