Color Hex Logo

#954aad Color Hex

#954AAD
(149,74,173)
0 Favorites   0 Comments

Color spaces of #954aad

RGB 14974173
HSL0.790.400.48
HSV285°57°68°
CMYK 0.140.570.00   0.32
XYZ22.386014.304241.1163
Yxy14.30420.28770.1838
Hunter Lab37.820939.4667-37.9814
CIE-Lab44.666147.2885-39.9633

#954aad color RGB value is (149,74,173).

#954aad hex color red value is 149, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #954aad hue: 0.79 , saturation: 0.40 and the lightness value of 954aad is 0.48.

The process color (four color CMYK) of #954aad color hex is 0.14, 0.57, 0.00, 0.32. Web safe color of #954aad is #993399. Color #954aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001010 10101101
Octal 225 112 255
Decimal 149 74 173
Hex 95 4A AD

RGB Percentages of Color #954aad

%37.63
%18.69
%43.69

CMYK Percentages of Color #954aad

%14
%57
%0
%32

Triadic Colors of #954aad

#954aad #ad954a #4aad95

Analogous Colors of #954aad

#954aad #ad4a94 #644aad

Monochromatic Colors of #954aad

#954aad

Complementary Color

#954aad #62ad4a

#954aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#954aad Color CSS Codes

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

#954aad Text Font Color

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

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


#954aad Background Color

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

This div background color is #954aad


#954aad Border Color

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

This div border color is #954aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954aad


Comments

No comments written yet.

Please login to write comment.