Color Hex Logo

#958ceb Color Hex

#958CEB
(149,140,235)
0 Favorites   0 Comments

Color spaces of #958ceb

RGB 149140235
HSL0.680.700.74
HSV246°40°92°
CMYK 0.370.400.00   0.08
XYZ36.767931.143982.6708
Yxy31.14390.24420.2068
Hunter Lab55.806719.9418-48.7661
CIE-Lab62.628925.3998-46.8900

#958ceb color RGB value is (149,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11101011
Octal 225 214 353
Decimal 149 140 235
Hex 95 8C EB

RGB Percentages of Color #958ceb

%28.44
%26.72
%44.85

CMYK Percentages of Color #958ceb

%37
%40
%0
%8

Triadic Colors of #958ceb

#958ceb #eb958c #8ceb95

Analogous Colors of #958ceb

#958ceb #c58ceb #8cb3eb

Monochromatic Colors of #958ceb

#958ceb

Complementary Color

#958ceb #e2eb8c

#958ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958ceb Color CSS Codes

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

#958ceb Text Font Color

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

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


#958ceb Background Color

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

This div background color is #958ceb


#958ceb Border Color

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

This div border color is #958ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958ceb


Comments

No comments written yet.

Please login to write comment.