Color Hex Logo

#956eaa Color Hex

#956EAA
(149,110,170)
0 Favorites   0 Comments

Color spaces of #956eaa

RGB 149110170
HSL0.780.260.55
HSV279°35°67°
CMYK 0.120.350.00   0.33
XYZ25.226120.443740.6467
Yxy20.44370.29230.2368
Hunter Lab45.214720.4626-21.6497
CIE-Lab52.335226.7738-26.1882

#956eaa color RGB value is (149,110,170).

#956eaa hex color red value is 149, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #956eaa hue: 0.78 , saturation: 0.26 and the lightness value of 956eaa is 0.55.

The process color (four color CMYK) of #956eaa color hex is 0.12, 0.35, 0.00, 0.33. Web safe color of #956eaa is #996699. Color #956eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101110 10101010
Octal 225 156 252
Decimal 149 110 170
Hex 95 6E AA

RGB Percentages of Color #956eaa

%34.73
%25.64
%39.63

CMYK Percentages of Color #956eaa

%12
%35
%0
%33

Triadic Colors of #956eaa

#956eaa #aa956e #6eaa95

Analogous Colors of #956eaa

#956eaa #aa6ea1 #776eaa

Monochromatic Colors of #956eaa

#956eaa

Complementary Color

#956eaa #83aa6e

#956eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#956eaa Color CSS Codes

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

#956eaa Text Font Color

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

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


#956eaa Background Color

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

This div background color is #956eaa


#956eaa Border Color

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

This div border color is #956eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956eaa


Comments

No comments written yet.

Please login to write comment.