Color Hex Logo

#958dee Color Hex

#958DEE
(149,141,238)
0 Favorites   0 Comments

Color spaces of #958dee

RGB 149141238
HSL0.680.740.74
HSV245°41°93°
CMYK 0.370.410.00   0.07
XYZ37.351931.612485.0221
Yxy31.61240.24260.2053
Hunter Lab56.224920.1893-50.2996
CIE-Lab63.021225.6276-47.9272

#958dee color RGB value is (149,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11101110
Octal 225 215 356
Decimal 149 141 238
Hex 95 8D EE

RGB Percentages of Color #958dee

%28.22
%26.70
%45.08

CMYK Percentages of Color #958dee

%37
%41
%0
%7

Triadic Colors of #958dee

#958dee #ee958d #8dee95

Analogous Colors of #958dee

#958dee #c68dee #8db6ee

Monochromatic Colors of #958dee

#958dee

Complementary Color

#958dee #e6ee8d

#958dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dee Color CSS Codes

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

#958dee Text Font Color

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

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


#958dee Background Color

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

This div background color is #958dee


#958dee Border Color

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

This div border color is #958dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,141,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #958dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dee


Comments

No comments written yet.

Please login to write comment.