Color Hex Logo

#815cb2 Color Hex

#815CB2
(129,92,178)
0 Favorites   0 Comments

Color spaces of #815cb2

RGB 12992178
HSL0.740.360.53
HSV266°48°70°
CMYK 0.280.480.00   0.30
XYZ20.916315.535844.0158
Yxy15.53580.25990.1931
Hunter Lab39.415525.7461-38.6191
CIE-Lab46.359533.0783-40.3648

#815cb2 color RGB value is (129,92,178).

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

The process color (four color CMYK) of #815cb2 color hex is 0.28, 0.48, 0.00, 0.30. Web safe color of #815cb2 is #996699. Color #815cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011100 10110010
Octal 201 134 262
Decimal 129 92 178
Hex 81 5C B2

RGB Percentages of Color #815cb2

%32.33
%23.06
%44.61

CMYK Percentages of Color #815cb2

%28
%48
%0
%30

Triadic Colors of #815cb2

#815cb2 #b2815c #5cb281

Analogous Colors of #815cb2

#815cb2 #ac5cb2 #5c62b2

Monochromatic Colors of #815cb2

#815cb2

Complementary Color

#815cb2 #8db25c

#815cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815cb2 Color CSS Codes

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

#815cb2 Text Font Color

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

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


#815cb2 Background Color

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

This div background color is #815cb2


#815cb2 Border Color

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

This div border color is #815cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815cb2


Comments

No comments written yet.

Please login to write comment.