Color Hex Logo

#9c73ae Color Hex

#9C73AE
(156,115,174)
0 Favorites   0 Comments

Color spaces of #9c73ae

RGB 156115174
HSL0.780.270.57
HSV282°34°68°
CMYK 0.100.340.00   0.32
XYZ27.481022.385442.9168
Yxy22.38540.29620.2413
Hunter Lab47.313220.8803-20.6614
CIE-Lab54.433627.0313-25.2028

#9c73ae color RGB value is (156,115,174).

#9c73ae hex color red value is 156, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9c73ae hue: 0.78 , saturation: 0.27 and the lightness value of 9c73ae is 0.57.

The process color (four color CMYK) of #9c73ae color hex is 0.10, 0.34, 0.00, 0.32. Web safe color of #9c73ae is #996699. Color #9c73ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110011 10101110
Octal 234 163 256
Decimal 156 115 174
Hex 9C 73 AE

RGB Percentages of Color #9c73ae

%35.06
%25.84
%39.10

CMYK Percentages of Color #9c73ae

%10
%34
%0
%32

Triadic Colors of #9c73ae

#9c73ae #ae9c73 #73ae9c

Analogous Colors of #9c73ae

#9c73ae #ae73a3 #7f73ae

Monochromatic Colors of #9c73ae

#9c73ae

Complementary Color

#9c73ae #85ae73

#9c73ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c73ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c73ae Color CSS Codes

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

#9c73ae Text Font Color

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

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


#9c73ae Background Color

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

This div background color is #9c73ae


#9c73ae Border Color

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

This div border color is #9c73ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,115,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c73ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c73ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9c73ae;
  box-shadow:         1px 1px 3px 2px #9c73ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,115,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c73ae


Comments

No comments written yet.

Please login to write comment.