Color Hex Logo

#958beb Color Hex

#958BEB
(149,139,235)
0 Favorites   0 Comments

Color spaces of #958beb

RGB 149139235
HSL0.680.710.73
HSV246°41°92°
CMYK 0.370.410.00   0.08
XYZ36.622430.853082.6223
Yxy30.85300.24400.2056
Hunter Lab55.545520.4845-49.3103
CIE-Lab62.383325.9771-47.2777

#958beb color RGB value is (149,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 11101011
Octal 225 213 353
Decimal 149 139 235
Hex 95 8B EB

RGB Percentages of Color #958beb

%28.49
%26.58
%44.93

CMYK Percentages of Color #958beb

%37
%41
%0
%8

Triadic Colors of #958beb

#958beb #eb958b #8beb95

Analogous Colors of #958beb

#958beb #c58beb #8bb1eb

Monochromatic Colors of #958beb

#958beb

Complementary Color

#958beb #e1eb8b

#958beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958beb Color CSS Codes

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

#958beb Text Font Color

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

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


#958beb Background Color

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

This div background color is #958beb


#958beb Border Color

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

This div border color is #958beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958beb


Comments

No comments written yet.

Please login to write comment.