Color Hex Logo

#81649f Color Hex

#81649F
(129,100,159)
0 Favorites   0 Comments

Color spaces of #81649f

RGB 129100159
HSL0.750.240.51
HSV269°37°62°
CMYK 0.190.370.00   0.38
XYZ19.868416.284734.8970
Yxy16.28470.27960.2292
Hunter Lab40.354317.2643-23.0239
CIE-Lab47.345823.6991-27.6524

#81649f color RGB value is (129,100,159).

#81649f hex color red value is 129, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #81649f hue: 0.75 , saturation: 0.24 and the lightness value of 81649f is 0.51.

The process color (four color CMYK) of #81649f color hex is 0.19, 0.37, 0.00, 0.38. Web safe color of #81649f is #996699. Color #81649f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100100 10011111
Octal 201 144 237
Decimal 129 100 159
Hex 81 64 9F

RGB Percentages of Color #81649f

%33.25
%25.77
%40.98

CMYK Percentages of Color #81649f

%19
%37
%0
%38

Triadic Colors of #81649f

#81649f #9f8164 #649f81

Analogous Colors of #81649f

#81649f #9f649f #64659f

Monochromatic Colors of #81649f

#81649f

Complementary Color

#81649f #829f64

#81649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81649f Color CSS Codes

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

#81649f Text Font Color

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

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


#81649f Background Color

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

This div background color is #81649f


#81649f Border Color

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

This div border color is #81649f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,100,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81649f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81649f;
  -webkit-box-shadow: 1px 1px 3px 2px #81649f;
  box-shadow:         1px 1px 3px 2px #81649f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81649f


Comments

No comments written yet.

Please login to write comment.