Color Hex Logo

#954faa Color Hex

#954FAA
(149,79,170)
0 Favorites   0 Comments

Color spaces of #954faa

RGB 14979170
HSL0.790.370.49
HSV286°54°67°
CMYK 0.120.540.00   0.33
XYZ22.446114.883839.7200
Yxy14.88380.29130.1932
Hunter Lab38.579536.3396-34.0370
CIE-Lab45.474644.0794-36.9139

#954faa color RGB value is (149,79,170).

#954faa hex color red value is 149, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #954faa hue: 0.79 , saturation: 0.37 and the lightness value of 954faa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001111 10101010
Octal 225 117 252
Decimal 149 79 170
Hex 95 4F AA

RGB Percentages of Color #954faa

%37.44
%19.85
%42.71

CMYK Percentages of Color #954faa

%12
%54
%0
%33

Triadic Colors of #954faa

#954faa #aa954f #4faa95

Analogous Colors of #954faa

#954faa #aa4f92 #684faa

Monochromatic Colors of #954faa

#954faa

Complementary Color

#954faa #64aa4f

#954faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#954faa Color CSS Codes

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

#954faa Text Font Color

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

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


#954faa Background Color

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

This div background color is #954faa


#954faa Border Color

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

This div border color is #954faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,79,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 #954faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954faa


Comments

No comments written yet.

Please login to write comment.