Color Hex Logo

#956caa Color Hex

#956CAA
(149,108,170)
0 Favorites   0 Comments

Color spaces of #956caa

RGB 149108170
HSL0.780.270.55
HSV280°36°67°
CMYK 0.120.360.00   0.33
XYZ25.012720.017040.5756
Yxy20.01700.29220.2338
Hunter Lab44.740421.4972-22.4526
CIE-Lab51.856427.9288-26.9296

#956caa color RGB value is (149,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 10101010
Octal 225 154 252
Decimal 149 108 170
Hex 95 6C AA

RGB Percentages of Color #956caa

%34.89
%25.29
%39.81

CMYK Percentages of Color #956caa

%12
%36
%0
%33

Triadic Colors of #956caa

#956caa #aa956c #6caa95

Analogous Colors of #956caa

#956caa #aa6ca0 #766caa

Monochromatic Colors of #956caa

#956caa

Complementary Color

#956caa #81aa6c

#956caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#956caa Color CSS Codes

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

#956caa Text Font Color

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

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


#956caa Background Color

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

This div background color is #956caa


#956caa Border Color

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

This div border color is #956caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956caa


Comments

No comments written yet.

Please login to write comment.