color codes Logo

#81497c color codes

#81497C
(129,73,124)
0 Favorites   0 Comments

Color spaces of #81497c

RGB 12973124
HSL0.850.280.40
HSV305°43°51°
CMYK 0.000.430.04   0.49
XYZ15.073910.887520.3758
Yxy10.88750.32530.2350
Hunter Lab32.996223.8021-13.5154
CIE-Lab39.390331.8929-18.8965

#81497c color RGB value is (129,73,124).

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

The process color (four color CMYK) of #81497c color code is 0.00, 0.43, 0.04, 0.49. Web safe color of #81497c is #993366. Color #81497c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01111100
Octal 201 111 174
Decimal 129 73 124
Hex 81 49 7C

RGB Percentages of Color #81497c

%39.57
%22.39
%38.04

CMYK Percentages of Color #81497c

%0
%43
%4
%49

Triadic Colors of #81497c

#81497c #7c8149 #497c81

Analogous Colors of #81497c

#81497c #814960 #6a4981

Monochromatic Colors of #81497c

#81497c

Complementary Color

#81497c #49814e

#81497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81497c Color CSS Codes

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

#81497c Text Font Color

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

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


#81497c Background Color

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

This div background color is #81497c


#81497c Border Color

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

This div border color is #81497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81497c


Comments

No comments written yet.

Please login to write comment.