Color Hex Logo

#815299 Color Hex

#815299
(129,82,153)
0 Favorites   0 Comments

Color spaces of #815299

RGB 12982153
HSL0.780.300.46
HSV280°46°60°
CMYK 0.160.460.00   0.40
XYZ17.820313.001631.7073
Yxy13.00160.28500.2079
Hunter Lab36.057725.1165-26.8961
CIE-Lab42.765732.8729-31.2452

#815299 color RGB value is (129,82,153).

#815299 hex color red value is 129, green value is 82 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #815299 hue: 0.78 , saturation: 0.30 and the lightness value of 815299 is 0.46.

The process color (four color CMYK) of #815299 color hex is 0.16, 0.46, 0.00, 0.40. Web safe color of #815299 is #996699. Color #815299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 10011001
Octal 201 122 231
Decimal 129 82 153
Hex 81 52 99

RGB Percentages of Color #815299

%35.44
%22.53
%42.03

CMYK Percentages of Color #815299

%16
%46
%0
%40

Triadic Colors of #815299

#815299 #998152 #529981

Analogous Colors of #815299

#815299 #99528e #5e5299

Monochromatic Colors of #815299

#815299

Complementary Color

#815299 #6a9952

#815299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815299 Color CSS Codes

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

#815299 Text Font Color

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

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


#815299 Background Color

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

This div background color is #815299


#815299 Border Color

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

This div border color is #815299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815299


Comments

No comments written yet.

Please login to write comment.