Color Hex Logo

#815273 Color Hex

#815273
(129,82,115)
0 Favorites   0 Comments

Color spaces of #815273

RGB 12982115
HSL0.880.220.41
HSV318°36°51°
CMYK 0.000.360.11   0.49
XYZ15.165111.939517.7249
Yxy11.93950.33830.2663
Hunter Lab34.553617.8725-6.2264
CIE-Lab41.119824.9831-10.7214

#815273 color RGB value is (129,82,115).

#815273 hex color red value is 129, green value is 82 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #815273 hue: 0.88 , saturation: 0.22 and the lightness value of 815273 is 0.41.

The process color (four color CMYK) of #815273 color hex is 0.00, 0.36, 0.11, 0.49. Web safe color of #815273 is #996666. Color #815273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 01110011
Octal 201 122 163
Decimal 129 82 115
Hex 81 52 73

RGB Percentages of Color #815273

%39.57
%25.15
%35.28

CMYK Percentages of Color #815273

%0
%36
%11
%49

Triadic Colors of #815273

#815273 #738152 #527381

Analogous Colors of #815273

#815273 #81525c #785281

Monochromatic Colors of #815273

#815273

Complementary Color

#815273 #528160

#815273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815273 Color CSS Codes

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

#815273 Text Font Color

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

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


#815273 Background Color

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

This div background color is #815273


#815273 Border Color

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

This div border color is #815273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815273


Comments

No comments written yet.

Please login to write comment.