Color Hex Logo

#958eda Color Hex

#958EDA
(149,142,218)
0 Favorites   0 Comments

Color spaces of #958eda

RGB 149142218
HSL0.680.510.71
HSV246°35°85°
CMYK 0.320.350.00   0.15
XYZ34.722330.797570.4441
Yxy30.79750.25540.2265
Hunter Lab55.495514.5664-36.4139
CIE-Lab62.336319.7754-37.9156

#958eda color RGB value is (149,142,218).

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

The process color (four color CMYK) of #958eda color hex is 0.32, 0.35, 0.00, 0.15. Web safe color of #958eda is #9999cc. Color #958eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001110 11011010
Octal 225 216 332
Decimal 149 142 218
Hex 95 8E DA

RGB Percentages of Color #958eda

%29.27
%27.90
%42.83

CMYK Percentages of Color #958eda

%32
%35
%0
%15

Triadic Colors of #958eda

#958eda #da958e #8eda95

Analogous Colors of #958eda

#958eda #bb8eda #8eadda

Monochromatic Colors of #958eda

#958eda

Complementary Color

#958eda #d3da8e

#958eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#958eda Color CSS Codes

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

#958eda Text Font Color

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

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


#958eda Background Color

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

This div background color is #958eda


#958eda Border Color

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

This div border color is #958eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958eda


Comments

No comments written yet.

Please login to write comment.