Color Hex Logo

#958cec Color Hex

#958CEC
(149,140,236)
0 Favorites   0 Comments

Color spaces of #958cec

RGB 149140236
HSL0.680.720.74
HSV246°41°93°
CMYK 0.370.410.00   0.07
XYZ36.912831.201983.4339
Yxy31.20190.24360.2059
Hunter Lab55.858720.2046-49.4581
CIE-Lab62.677725.6675-47.3655

#958cec color RGB value is (149,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11101100
Octal 225 214 354
Decimal 149 140 236
Hex 95 8C EC

RGB Percentages of Color #958cec

%28.38
%26.67
%44.95

CMYK Percentages of Color #958cec

%37
%41
%0
%7

Triadic Colors of #958cec

#958cec #ec958c #8cec95

Analogous Colors of #958cec

#958cec #c58cec #8cb3ec

Monochromatic Colors of #958cec

#958cec

Complementary Color

#958cec #e3ec8c

#958cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cec Color CSS Codes

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

#958cec Text Font Color

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

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


#958cec Background Color

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

This div background color is #958cec


#958cec Border Color

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

This div border color is #958cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cec


Comments

No comments written yet.

Please login to write comment.