Color Hex Logo

#815392 Color Hex

#815392
(129,83,146)
0 Favorites   0 Comments

Color spaces of #815392

RGB 12983146
HSL0.790.280.45
HSV284°43°57°
CMYK 0.120.430.00   0.43
XYZ17.334812.929028.7760
Yxy12.92900.29360.2190
Hunter Lab35.956923.1301-22.2794
CIE-Lab42.656130.7224-27.2162

#815392 color RGB value is (129,83,146).

#815392 hex color red value is 129, green value is 83 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #815392 hue: 0.79 , saturation: 0.28 and the lightness value of 815392 is 0.45.

The process color (four color CMYK) of #815392 color hex is 0.12, 0.43, 0.00, 0.43. Web safe color of #815392 is #996699. Color #815392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010011 10010010
Octal 201 123 222
Decimal 129 83 146
Hex 81 53 92

RGB Percentages of Color #815392

%36.03
%23.18
%40.78

CMYK Percentages of Color #815392

%12
%43
%0
%43

Triadic Colors of #815392

#815392 #928153 #539281

Analogous Colors of #815392

#815392 #925384 #625392

Monochromatic Colors of #815392

#815392

Complementary Color

#815392 #649253

#815392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815392 Color CSS Codes

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

#815392 Text Font Color

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

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


#815392 Background Color

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

This div background color is #815392


#815392 Border Color

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

This div border color is #815392


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,83,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815392; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815392;
  -webkit-box-shadow: 1px 1px 3px 2px #815392;
  box-shadow:         1px 1px 3px 2px #815392; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815392


Comments

No comments written yet.

Please login to write comment.