Color Hex Logo

#957ecf Color Hex

#957ECF
(149,126,207)
0 Favorites   0 Comments

Color spaces of #957ecf

RGB 149126207
HSL0.710.460.65
HSV257°39°81°
CMYK 0.280.390.00   0.19
XYZ31.117825.816362.3744
Yxy25.81630.26080.2164
Hunter Lab50.809720.4031-37.2180
CIE-Lab57.862326.2373-38.7547

#957ecf color RGB value is (149,126,207).

#957ecf hex color red value is 149, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #957ecf hue: 0.71 , saturation: 0.46 and the lightness value of 957ecf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111110 11001111
Octal 225 176 317
Decimal 149 126 207
Hex 95 7E CF

RGB Percentages of Color #957ecf

%30.91
%26.14
%42.95

CMYK Percentages of Color #957ecf

%28
%39
%0
%19

Triadic Colors of #957ecf

#957ecf #cf957e #7ecf95

Analogous Colors of #957ecf

#957ecf #be7ecf #7e90cf

Monochromatic Colors of #957ecf

#957ecf

Complementary Color

#957ecf #b8cf7e

#957ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#957ecf Color CSS Codes

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

#957ecf Text Font Color

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

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


#957ecf Background Color

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

This div background color is #957ecf


#957ecf Border Color

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

This div border color is #957ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957ecf


Comments

No comments written yet.

Please login to write comment.