Color Hex Logo

#954eab Color Hex

#954EAB
(149,78,171)
0 Favorites   0 Comments

Color spaces of #954eab

RGB 14978171
HSL0.790.370.49
HSV286°54°67°
CMYK 0.130.540.00   0.33
XYZ22.469514.778640.1964
Yxy14.77860.29010.1908
Hunter Lab38.442937.0562-35.0843
CIE-Lab45.329544.8125-37.7333

#954eab color RGB value is (149,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001110 10101011
Octal 225 116 253
Decimal 149 78 171
Hex 95 4E AB

RGB Percentages of Color #954eab

%37.44
%19.60
%42.96

CMYK Percentages of Color #954eab

%13
%54
%0
%33

Triadic Colors of #954eab

#954eab #ab954e #4eab95

Analogous Colors of #954eab

#954eab #ab4e93 #674eab

Monochromatic Colors of #954eab

#954eab

Complementary Color

#954eab #64ab4e

#954eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#954eab Color CSS Codes

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

#954eab Text Font Color

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

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


#954eab Background Color

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

This div background color is #954eab


#954eab Border Color

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

This div border color is #954eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954eab


Comments

No comments written yet.

Please login to write comment.