Color Hex Logo

#957fb7 Color Hex

#957FB7
(149,127,183)
0 Favorites   0 Comments

Color spaces of #957fb7

RGB 149127183
HSL0.730.280.61
HSV264°31°72°
CMYK 0.190.310.00   0.28
XYZ28.531024.987248.1190
Yxy24.98720.28070.2458
Hunter Lab49.987214.4042-22.0831
CIE-Lab57.062919.8561-26.3699

#957fb7 color RGB value is (149,127,183).

#957fb7 hex color red value is 149, green value is 127 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #957fb7 hue: 0.73 , saturation: 0.28 and the lightness value of 957fb7 is 0.61.

The process color (four color CMYK) of #957fb7 color hex is 0.19, 0.31, 0.00, 0.28. Web safe color of #957fb7 is #9966cc. Color #957fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 10110111
Octal 225 177 267
Decimal 149 127 183
Hex 95 7F B7

RGB Percentages of Color #957fb7

%32.46
%27.67
%39.87

CMYK Percentages of Color #957fb7

%19
%31
%0
%28

Triadic Colors of #957fb7

#957fb7 #b7957f #7fb795

Analogous Colors of #957fb7

#957fb7 #b17fb7 #7f85b7

Monochromatic Colors of #957fb7

#957fb7

Complementary Color

#957fb7 #a1b77f

#957fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957fb7 Color CSS Codes

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

#957fb7 Text Font Color

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

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


#957fb7 Background Color

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

This div background color is #957fb7


#957fb7 Border Color

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

This div border color is #957fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957fb7


Comments

No comments written yet.

Please login to write comment.