Color Hex Logo

#957eab Color Hex

#957EAB
(149,126,171)
0 Favorites   0 Comments

Color spaces of #957eab

RGB 149126171
HSL0.750.210.58
HSV271°26°67°
CMYK 0.130.260.00   0.33
XYZ27.206024.251541.7752
Yxy24.25150.29180.2601
Hunter Lab49.245812.4327-15.8236
CIE-Lab56.338717.7129-20.6061

#957eab color RGB value is (149,126,171).

#957eab hex color red value is 149, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #957eab hue: 0.75 , saturation: 0.21 and the lightness value of 957eab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111110 10101011
Octal 225 176 253
Decimal 149 126 171
Hex 95 7E AB

RGB Percentages of Color #957eab

%33.41
%28.25
%38.34

CMYK Percentages of Color #957eab

%13
%26
%0
%33

Triadic Colors of #957eab

#957eab #ab957e #7eab95

Analogous Colors of #957eab

#957eab #ab7eab #7f7eab

Monochromatic Colors of #957eab

#957eab

Complementary Color

#957eab #94ab7e

#957eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#957eab Color CSS Codes

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

#957eab Text Font Color

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

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


#957eab Background Color

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

This div background color is #957eab


#957eab Border Color

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

This div border color is #957eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957eab


Comments

No comments written yet.

Please login to write comment.