Color Hex Logo

#81529d Color Hex

#81529D
(129,82,157)
0 Favorites   0 Comments

Color spaces of #81529d

RGB 12982157
HSL0.770.310.47
HSV278°48°62°
CMYK 0.180.480.00   0.38
XYZ18.156413.136033.4769
Yxy13.13600.28030.2028
Hunter Lab36.243625.9940-29.3935
CIE-Lab42.967533.7910-33.3189

#81529d color RGB value is (129,82,157).

#81529d hex color red value is 129, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #81529d hue: 0.77 , saturation: 0.31 and the lightness value of 81529d is 0.47.

The process color (four color CMYK) of #81529d color hex is 0.18, 0.48, 0.00, 0.38. Web safe color of #81529d is #996699. Color #81529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 10011101
Octal 201 122 235
Decimal 129 82 157
Hex 81 52 9D

RGB Percentages of Color #81529d

%35.05
%22.28
%42.66

CMYK Percentages of Color #81529d

%18
%48
%0
%38

Triadic Colors of #81529d

#81529d #9d8152 #529d81

Analogous Colors of #81529d

#81529d #9d5294 #5c529d

Monochromatic Colors of #81529d

#81529d

Complementary Color

#81529d #6e9d52

#81529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81529d Color CSS Codes

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

#81529d Text Font Color

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

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


#81529d Background Color

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

This div background color is #81529d


#81529d Border Color

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

This div border color is #81529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81529d


Comments

No comments written yet.

Please login to write comment.