Color Hex Logo

#9d4caa Color Hex

#9D4CAA
(157,76,170)
0 Favorites   0 Comments

Color spaces of #9d4caa

RGB 15776170
HSL0.810.380.48
HSV292°55°67°
CMYK 0.080.550.00   0.33
XYZ23.744815.239339.7202
Yxy15.23930.30170.1936
Hunter Lab39.037540.2579-33.0005
CIE-Lab45.960247.8354-36.0769

#9d4caa color RGB value is (157,76,170).

#9d4caa hex color red value is 157, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9d4caa hue: 0.81 , saturation: 0.38 and the lightness value of 9d4caa is 0.48.

The process color (four color CMYK) of #9d4caa color hex is 0.08, 0.55, 0.00, 0.33. Web safe color of #9d4caa is #993399. Color #9d4caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01001100 10101010
Octal 235 114 252
Decimal 157 76 170
Hex 9D 4C AA

RGB Percentages of Color #9d4caa

%38.96
%18.86
%42.18

CMYK Percentages of Color #9d4caa

%8
%55
%0
%33

Triadic Colors of #9d4caa

#9d4caa #aa9d4c #4caa9d

Analogous Colors of #9d4caa

#9d4caa #aa4c88 #6e4caa

Monochromatic Colors of #9d4caa

#9d4caa

Complementary Color

#9d4caa #59aa4c

#9d4caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d4caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d4caa Color CSS Codes

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

#9d4caa Text Font Color

<p style="color:#9d4caa">Text here</p>

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


#9d4caa Background Color

<div style="background-color:#9d4caa">
Div content here</div>

This div background color is #9d4caa


#9d4caa Border Color

<div style="border:3px solid #9d4caa">
Div here</div>

This div border color is #9d4caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d4caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d4caa;
  -webkit-box-shadow: 1px 1px 3px 2px #9d4caa;
  box-shadow:         1px 1px 3px 2px #9d4caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,76,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 #9d4caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d4caa


Comments

No comments written yet.

Please login to write comment.