Color Hex Logo

#958bec Color Hex

#958BEC
(149,139,236)
0 Favorites   0 Comments

Color spaces of #958bec

RGB 149139236
HSL0.680.720.74
HSV246°41°93°
CMYK 0.370.410.00   0.07
XYZ36.767430.910983.3854
Yxy30.91090.24340.2046
Hunter Lab55.597620.7486-50.0050
CIE-Lab62.432326.2455-47.7531

#958bec color RGB value is (149,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 11101100
Octal 225 213 354
Decimal 149 139 236
Hex 95 8B EC

RGB Percentages of Color #958bec

%28.44
%26.53
%45.04

CMYK Percentages of Color #958bec

%37
%41
%0
%7

Triadic Colors of #958bec

#958bec #ec958b #8bec95

Analogous Colors of #958bec

#958bec #c68bec #8bb2ec

Monochromatic Colors of #958bec

#958bec

Complementary Color

#958bec #e2ec8b

#958bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bec Color CSS Codes

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

#958bec Text Font Color

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

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


#958bec Background Color

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

This div background color is #958bec


#958bec Border Color

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

This div border color is #958bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bec


Comments

No comments written yet.

Please login to write comment.