Color Hex Logo

#957feb Color Hex

#957FEB
(149,127,235)
0 Favorites   0 Comments

Color spaces of #957feb

RGB 149127235
HSL0.700.730.71
HSV252°46°92°
CMYK 0.370.460.00   0.08
XYZ34.979227.566582.0745
Yxy27.56650.24190.1906
Hunter Lab52.503827.0390-55.9301
CIE-Lab59.495132.9015-51.8534

#957feb color RGB value is (149,127,235).

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

The process color (four color CMYK) of #957feb color hex is 0.37, 0.46, 0.00, 0.08. Web safe color of #957feb is #9966ff. Color #957feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 11101011
Octal 225 177 353
Decimal 149 127 235
Hex 95 7F EB

RGB Percentages of Color #957feb

%29.16
%24.85
%45.99

CMYK Percentages of Color #957feb

%37
%46
%0
%8

Triadic Colors of #957feb

#957feb #eb957f #7feb95

Analogous Colors of #957feb

#957feb #cb7feb #7f9feb

Monochromatic Colors of #957feb

#957feb

Complementary Color

#957feb #d5eb7f

#957feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957feb Color CSS Codes

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

#957feb Text Font Color

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

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


#957feb Background Color

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

This div background color is #957feb


#957feb Border Color

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

This div border color is #957feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957feb


Comments

No comments written yet.

Please login to write comment.