Color Hex Logo

#958deb Color Hex

#958DEB
(149,141,235)
0 Favorites   0 Comments

Color spaces of #958deb

RGB 149141235
HSL0.680.700.74
HSV245°40°92°
CMYK 0.370.400.00   0.08
XYZ36.914731.437582.7197
Yxy31.43750.24440.2081
Hunter Lab56.069219.3995-48.2231
CIE-Lab62.875224.8224-46.5013

#958deb color RGB value is (149,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11101011
Octal 225 215 353
Decimal 149 141 235
Hex 95 8D EB

RGB Percentages of Color #958deb

%28.38
%26.86
%44.76

CMYK Percentages of Color #958deb

%37
%40
%0
%8

Triadic Colors of #958deb

#958deb #eb958d #8deb95

Analogous Colors of #958deb

#958deb #c48deb #8db4eb

Monochromatic Colors of #958deb

#958deb

Complementary Color

#958deb #e3eb8d

#958deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958deb Color CSS Codes

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

#958deb Text Font Color

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

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


#958deb Background Color

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

This div background color is #958deb


#958deb Border Color

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

This div border color is #958deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958deb


Comments

No comments written yet.

Please login to write comment.