Color Hex Logo

#956dac Color Hex

#956DAC
(149,109,172)
0 Favorites   0 Comments

Color spaces of #956dac

RGB 149109172
HSL0.770.280.55
HSV278°37°67°
CMYK 0.130.370.00   0.33
XYZ25.309520.305441.6151
Yxy20.30540.29010.2328
Hunter Lab45.061521.3997-23.2123
CIE-Lab52.180827.7932-27.5891

#956dac color RGB value is (149,109,172).

#956dac hex color red value is 149, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #956dac hue: 0.77 , saturation: 0.28 and the lightness value of 956dac is 0.55.

The process color (four color CMYK) of #956dac color hex is 0.13, 0.37, 0.00, 0.33. Web safe color of #956dac is #996699. Color #956dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101101 10101100
Octal 225 155 254
Decimal 149 109 172
Hex 95 6D AC

RGB Percentages of Color #956dac

%34.65
%25.35
%40.00

CMYK Percentages of Color #956dac

%13
%37
%0
%33

Triadic Colors of #956dac

#956dac #ac956d #6dac95

Analogous Colors of #956dac

#956dac #ac6da4 #766dac

Monochromatic Colors of #956dac

#956dac

Complementary Color

#956dac #84ac6d

#956dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#956dac Color CSS Codes

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

#956dac Text Font Color

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

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


#956dac Background Color

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

This div background color is #956dac


#956dac Border Color

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

This div border color is #956dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956dac


Comments

No comments written yet.

Please login to write comment.