Color Hex Logo

#954eaa Color Hex

#954EAA
(149,78,170)
0 Favorites   0 Comments

Color spaces of #954eaa

RGB 14978170
HSL0.800.370.49
HSV286°54°67°
CMYK 0.120.540.00   0.33
XYZ22.374514.740639.6962
Yxy14.74060.29130.1919
Hunter Lab38.393536.8355-34.4263
CIE-Lab45.276844.6029-37.2264

#954eaa color RGB value is (149,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001110 10101010
Octal 225 116 252
Decimal 149 78 170
Hex 95 4E AA

RGB Percentages of Color #954eaa

%37.53
%19.65
%42.82

CMYK Percentages of Color #954eaa

%12
%54
%0
%33

Triadic Colors of #954eaa

#954eaa #aa954e #4eaa95

Analogous Colors of #954eaa

#954eaa #aa4e91 #674eaa

Monochromatic Colors of #954eaa

#954eaa

Complementary Color

#954eaa #63aa4e

#954eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#954eaa Color CSS Codes

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

#954eaa Text Font Color

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

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


#954eaa Background Color

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

This div background color is #954eaa


#954eaa Border Color

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

This div border color is #954eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954eaa


Comments

No comments written yet.

Please login to write comment.