Color Hex Logo

#958dde Color Hex

#958DDE
(149,141,222)
0 Favorites   0 Comments

Color spaces of #958dde

RGB 149141222
HSL0.680.550.71
HSV246°36°87°
CMYK 0.330.360.00   0.13
XYZ35.104130.713273.1853
Yxy30.71320.25250.2210
Hunter Lab55.419516.0823-39.5029
CIE-Lab62.264821.3891-40.2542

#958dde color RGB value is (149,141,222).

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

The process color (four color CMYK) of #958dde color hex is 0.33, 0.36, 0.00, 0.13. Web safe color of #958dde is #9999cc. Color #958dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11011110
Octal 225 215 336
Decimal 149 141 222
Hex 95 8D DE

RGB Percentages of Color #958dde

%29.10
%27.54
%43.36

CMYK Percentages of Color #958dde

%33
%36
%0
%13

Triadic Colors of #958dde

#958dde #de958d #8dde95

Analogous Colors of #958dde

#958dde #be8dde #8daede

Monochromatic Colors of #958dde

#958dde

Complementary Color

#958dde #d6de8d

#958dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dde Color CSS Codes

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

#958dde Text Font Color

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

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


#958dde Background Color

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

This div background color is #958dde


#958dde Border Color

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

This div border color is #958dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dde


Comments

No comments written yet.

Please login to write comment.