Color Hex Logo

#815bab Color Hex

#815BAB
(129,91,171)
0 Favorites   0 Comments

Color spaces of #815bab

RGB 12991171
HSL0.750.320.51
HSV269°47°67°
CMYK 0.250.470.00   0.33
XYZ20.145015.089640.3789
Yxy15.08960.26640.1996
Hunter Lab38.845324.5899-34.4390
CIE-Lab45.756731.9196-37.2135

#815bab color RGB value is (129,91,171).

#815bab hex color red value is 129, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #815bab hue: 0.75 , saturation: 0.32 and the lightness value of 815bab is 0.51.

The process color (four color CMYK) of #815bab color hex is 0.25, 0.47, 0.00, 0.33. Web safe color of #815bab is #996699. Color #815bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011011 10101011
Octal 201 133 253
Decimal 129 91 171
Hex 81 5B AB

RGB Percentages of Color #815bab

%32.99
%23.27
%43.73

CMYK Percentages of Color #815bab

%25
%47
%0
%33

Triadic Colors of #815bab

#815bab #ab815b #5bab81

Analogous Colors of #815bab

#815bab #a95bab #5b5dab

Monochromatic Colors of #815bab

#815bab

Complementary Color

#815bab #85ab5b

#815bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#815bab Color CSS Codes

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

#815bab Text Font Color

<p style="color:#815bab">Text here</p>

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


#815bab Background Color

<div style="background-color:#815bab">
Div content here</div>

This div background color is #815bab


#815bab Border Color

<div style="border:3px solid #815bab">
Div here</div>

This div border color is #815bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,91,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815bab;
  -webkit-box-shadow: 1px 1px 3px 2px #815bab;
  box-shadow:         1px 1px 3px 2px #815bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815bab


Comments

No comments written yet.

Please login to write comment.