Color Hex Logo

#957bec Color Hex

#957BEC
(149,123,236)
0 Favorites   0 Comments

Color spaces of #957bec

RGB 149123236
HSL0.710.750.70
HSV254°48°93°
CMYK 0.370.480.00   0.07
XYZ34.617726.611682.6689
Yxy26.61160.24060.1849
Hunter Lab51.586429.5083-58.9036
CIE-Lab58.613135.4645-53.8124

#957bec color RGB value is (149,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111011 11101100
Octal 225 173 354
Decimal 149 123 236
Hex 95 7B EC

RGB Percentages of Color #957bec

%29.33
%24.21
%46.46

CMYK Percentages of Color #957bec

%37
%48
%0
%7

Triadic Colors of #957bec

#957bec #ec957b #7bec95

Analogous Colors of #957bec

#957bec #ce7bec #7b9aec

Monochromatic Colors of #957bec

#957bec

Complementary Color

#957bec #d2ec7b

#957bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#957bec Color CSS Codes

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

#957bec Text Font Color

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

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


#957bec Background Color

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

This div background color is #957bec


#957bec Border Color

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

This div border color is #957bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957bec


Comments

No comments written yet.

Please login to write comment.