Color Hex Logo

#81497d Color Hex

#81497D
(129,73,125)
0 Favorites   0 Comments

Color spaces of #81497d

RGB 12973125
HSL0.850.280.40
HSV304°43°51°
CMYK 0.000.430.03   0.49
XYZ15.137510.912920.7106
Yxy10.91290.32370.2334
Hunter Lab33.034723.9835-14.0467
CIE-Lab39.433432.0875-19.4454

#81497d color RGB value is (129,73,125).

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

The process color (four color CMYK) of #81497d color hex is 0.00, 0.43, 0.03, 0.49. Web safe color of #81497d is #993366. Color #81497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01111101
Octal 201 111 175
Decimal 129 73 125
Hex 81 49 7D

RGB Percentages of Color #81497d

%39.45
%22.32
%38.23

CMYK Percentages of Color #81497d

%0
%43
%3
%49

Triadic Colors of #81497d

#81497d #7d8149 #497d81

Analogous Colors of #81497d

#81497d #814961 #694981

Monochromatic Colors of #81497d

#81497d

Complementary Color

#81497d #49814d

#81497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81497d Color CSS Codes

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

#81497d Text Font Color

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

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


#81497d Background Color

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

This div background color is #81497d


#81497d Border Color

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

This div border color is #81497d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,73,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 #81497d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81497d


Comments

No comments written yet.

Please login to write comment.