Color Hex Logo

#958eaa Color Hex

#958EAA
(149,142,170)
0 Favorites   0 Comments

Color spaces of #958eaa

RGB 149142170
HSL0.710.140.61
HSV255°16°67°
CMYK 0.120.160.00   0.33
XYZ29.323128.637842.0124
Yxy28.63780.29330.2865
Hunter Lab53.51434.1589-9.0867
CIE-Lab60.46068.2808-13.7739

#958eaa color RGB value is (149,142,170).

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

The process color (four color CMYK) of #958eaa color hex is 0.12, 0.16, 0.00, 0.33. Web safe color of #958eaa is #999999. Color #958eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001110 10101010
Octal 225 216 252
Decimal 149 142 170
Hex 95 8E AA

RGB Percentages of Color #958eaa

%32.32
%30.80
%36.88

CMYK Percentages of Color #958eaa

%12
%16
%0
%33

Triadic Colors of #958eaa

#958eaa #aa958e #8eaa95

Analogous Colors of #958eaa

#958eaa #a38eaa #8e95aa

Monochromatic Colors of #958eaa

#958eaa

Complementary Color

#958eaa #a3aa8e

#958eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#958eaa Color CSS Codes

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

#958eaa Text Font Color

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

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


#958eaa Background Color

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

This div background color is #958eaa


#958eaa Border Color

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

This div border color is #958eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958eaa


Comments

No comments written yet.

Please login to write comment.