Color Hex Logo

#81527d Color Hex

#81527D
(129,82,125)
0 Favorites   0 Comments

Color spaces of #81527d

RGB 12982125
HSL0.850.220.41
HSV305°36°51°
CMYK 0.000.360.03   0.49
XYZ15.772212.182420.9222
Yxy12.18240.32270.2492
Hunter Lab34.903319.5803-11.1081
CIE-Lab41.504626.8962-16.2648

#81527d color RGB value is (129,82,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 01111101
Octal 201 122 175
Decimal 129 82 125
Hex 81 52 7D

RGB Percentages of Color #81527d

%38.39
%24.40
%37.20

CMYK Percentages of Color #81527d

%0
%36
%3
%49

Triadic Colors of #81527d

#81527d #7d8152 #527d81

Analogous Colors of #81527d

#81527d #815266 #6e5281

Monochromatic Colors of #81527d

#81527d

Complementary Color

#81527d #528156

#81527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81527d Color CSS Codes

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

#81527d Text Font Color

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

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


#81527d Background Color

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

This div background color is #81527d


#81527d Border Color

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

This div border color is #81527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81527d

#81527d Color Palettes


Comments

No comments written yet.

Please login to write comment.