Color Hex Logo

#815cb5 Color Hex

#815CB5
(129,92,181)
0 Favorites   0 Comments

Color spaces of #815cb5

RGB 12992181
HSL0.740.380.54
HSV265°49°71°
CMYK 0.290.490.00   0.29
XYZ21.220915.657645.6198
Yxy15.65760.25720.1898
Hunter Lab39.569726.4811-40.6565
CIE-Lab46.522033.8360-41.8595

#815cb5 color RGB value is (129,92,181).

#815cb5 hex color red value is 129, green value is 92 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #815cb5 hue: 0.74 , saturation: 0.38 and the lightness value of 815cb5 is 0.54.

The process color (four color CMYK) of #815cb5 color hex is 0.29, 0.49, 0.00, 0.29. Web safe color of #815cb5 is #9966cc. Color #815cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011100 10110101
Octal 201 134 265
Decimal 129 92 181
Hex 81 5C B5

RGB Percentages of Color #815cb5

%32.09
%22.89
%45.02

CMYK Percentages of Color #815cb5

%29
%49
%0
%29

Triadic Colors of #815cb5

#815cb5 #b5815c #5cb581

Analogous Colors of #815cb5

#815cb5 #ae5cb5 #5c63b5

Monochromatic Colors of #815cb5

#815cb5

Complementary Color

#815cb5 #90b55c

#815cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815cb5 Color CSS Codes

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

#815cb5 Text Font Color

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

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


#815cb5 Background Color

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

This div background color is #815cb5


#815cb5 Border Color

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

This div border color is #815cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815cb5


Comments

No comments written yet.

Please login to write comment.