Color Hex Logo

#955daa Color Hex

#955DAA
(149,93,170)
0 Favorites   0 Comments

Color spaces of #955daa

RGB 14993170
HSL0.790.310.52
HSV284°45°67°
CMYK 0.120.450.00   0.33
XYZ23.564517.120540.0928
Yxy17.12050.29170.2119
Hunter Lab41.376929.2476-28.4861
CIE-Lab48.411536.4705-32.2960

#955daa color RGB value is (149,93,170).

#955daa hex color red value is 149, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #955daa hue: 0.79 , saturation: 0.31 and the lightness value of 955daa is 0.52.

The process color (four color CMYK) of #955daa color hex is 0.12, 0.45, 0.00, 0.33. Web safe color of #955daa is #996699. Color #955daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011101 10101010
Octal 225 135 252
Decimal 149 93 170
Hex 95 5D AA

RGB Percentages of Color #955daa

%36.17
%22.57
%41.26

CMYK Percentages of Color #955daa

%12
%45
%0
%33

Triadic Colors of #955daa

#955daa #aa955d #5daa95

Analogous Colors of #955daa

#955daa #aa5d99 #6f5daa

Monochromatic Colors of #955daa

#955daa

Complementary Color

#955daa #72aa5d

#955daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#955daa Color CSS Codes

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

#955daa Text Font Color

<p style="color:#955daa">Text here</p>

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


#955daa Background Color

<div style="background-color:#955daa">
Div content here</div>

This div background color is #955daa


#955daa Border Color

<div style="border:3px solid #955daa">
Div here</div>

This div border color is #955daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955daa


Comments

No comments written yet.

Please login to write comment.