Color Hex Logo

#957ceb Color Hex

#957CEB
(149,124,235)
0 Favorites   0 Comments

Color spaces of #957ceb

RGB 149124235
HSL0.700.740.70
HSV254°47°92°
CMYK 0.370.470.00   0.08
XYZ34.597526.803081.9473
Yxy26.80300.24140.1870
Hunter Lab51.771628.6862-57.6077
CIE-Lab58.791534.6259-52.9723

#957ceb color RGB value is (149,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111100 11101011
Octal 225 174 353
Decimal 149 124 235
Hex 95 7C EB

RGB Percentages of Color #957ceb

%29.33
%24.41
%46.26

CMYK Percentages of Color #957ceb

%37
%47
%0
%8

Triadic Colors of #957ceb

#957ceb #eb957c #7ceb95

Analogous Colors of #957ceb

#957ceb #cd7ceb #7c9beb

Monochromatic Colors of #957ceb

#957ceb

Complementary Color

#957ceb #d2eb7c

#957ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957ceb Color CSS Codes

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

#957ceb Text Font Color

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

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


#957ceb Background Color

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

This div background color is #957ceb


#957ceb Border Color

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

This div border color is #957ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957ceb


Comments

No comments written yet.

Please login to write comment.