Color Hex Logo

#954aae Color Hex

#954AAE
(149,74,174)
0 Favorites   0 Comments

Color spaces of #954aae

RGB 14974174
HSL0.790.400.49
HSV285°57°68°
CMYK 0.140.570.00   0.32
XYZ22.483214.343141.6279
Yxy14.34310.28660.1828
Hunter Lab37.872339.6915-38.6589
CIE-Lab44.721047.4979-40.4657

#954aae color RGB value is (149,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001010 10101110
Octal 225 112 256
Decimal 149 74 174
Hex 95 4A AE

RGB Percentages of Color #954aae

%37.53
%18.64
%43.83

CMYK Percentages of Color #954aae

%14
%57
%0
%32

Triadic Colors of #954aae

#954aae #ae954a #4aae95

Analogous Colors of #954aae

#954aae #ae4a95 #634aae

Monochromatic Colors of #954aae

#954aae

Complementary Color

#954aae #63ae4a

#954aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#954aae Color CSS Codes

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

#954aae Text Font Color

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

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


#954aae Background Color

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

This div background color is #954aae


#954aae Border Color

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

This div border color is #954aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954aae


Comments

No comments written yet.

Please login to write comment.