Color Hex Logo

#954daa Color Hex

#954DAA
(149,77,170)
0 Favorites   0 Comments

Color spaces of #954daa

RGB 14977170
HSL0.800.380.48
HSV286°55°67°
CMYK 0.120.550.00   0.33
XYZ22.304014.599639.6727
Yxy14.59960.29130.1907
Hunter Lab38.209437.3294-34.8140
CIE-Lab45.080845.1232-37.5361

#954daa color RGB value is (149,77,170).

#954daa hex color red value is 149, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #954daa hue: 0.80 , saturation: 0.38 and the lightness value of 954daa is 0.48.

The process color (four color CMYK) of #954daa color hex is 0.12, 0.55, 0.00, 0.33. Web safe color of #954daa is #996699. Color #954daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 10101010
Octal 225 115 252
Decimal 149 77 170
Hex 95 4D AA

RGB Percentages of Color #954daa

%37.63
%19.44
%42.93

CMYK Percentages of Color #954daa

%12
%55
%0
%33

Triadic Colors of #954daa

#954daa #aa954d #4daa95

Analogous Colors of #954daa

#954daa #aa4d91 #674daa

Monochromatic Colors of #954daa

#954daa

Complementary Color

#954daa #62aa4d

#954daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#954daa Color CSS Codes

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

#954daa Text Font Color

<p style="color:#954daa">Text here</p>

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


#954daa Background Color

<div style="background-color:#954daa">
Div content here</div>

This div background color is #954daa


#954daa Border Color

<div style="border:3px solid #954daa">
Div here</div>

This div border color is #954daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954daa;
  -webkit-box-shadow: 1px 1px 3px 2px #954daa;
  box-shadow:         1px 1px 3px 2px #954daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,77,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954daa


Comments

No comments written yet.

Please login to write comment.