Color Hex Logo

#815aba Color Hex

#815ABA
(129,90,186)
0 Favorites   0 Comments

Color spaces of #815aba

RGB 12990186
HSL0.730.410.54
HSV264°52°73°
CMYK 0.310.520.00   0.27
XYZ21.572415.524648.3139
Yxy15.52460.25260.1818
Hunter Lab39.401328.7775-45.1206
CIE-Lab46.344536.2668-45.0554

#815aba color RGB value is (129,90,186).

#815aba hex color red value is 129, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #815aba hue: 0.73 , saturation: 0.41 and the lightness value of 815aba is 0.54.

The process color (four color CMYK) of #815aba color hex is 0.31, 0.52, 0.00, 0.27. Web safe color of #815aba is #9966cc. Color #815aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011010 10111010
Octal 201 132 272
Decimal 129 90 186
Hex 81 5A BA

RGB Percentages of Color #815aba

%31.85
%22.22
%45.93

CMYK Percentages of Color #815aba

%31
%52
%0
%27

Triadic Colors of #815aba

#815aba #ba815a #5aba81

Analogous Colors of #815aba

#815aba #b15aba #5a63ba

Monochromatic Colors of #815aba

#815aba

Complementary Color

#815aba #93ba5a

#815aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#815aba Color CSS Codes

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

#815aba Text Font Color

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

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


#815aba Background Color

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

This div background color is #815aba


#815aba Border Color

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

This div border color is #815aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815aba


Comments

No comments written yet.

Please login to write comment.