Color Hex Logo

#9c70ae Color Hex

#9C70AE
(156,112,174)
0 Favorites   0 Comments

Color spaces of #9c70ae

RGB 156112174
HSL0.780.280.56
HSV283°36°68°
CMYK 0.100.360.00   0.32
XYZ27.144521.712342.8046
Yxy21.71230.29610.2369
Hunter Lab46.596522.4403-21.8477
CIE-Lab53.720428.7502-26.3045

#9c70ae color RGB value is (156,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110000 10101110
Octal 234 160 256
Decimal 156 112 174
Hex 9C 70 AE

RGB Percentages of Color #9c70ae

%35.29
%25.34
%39.37

CMYK Percentages of Color #9c70ae

%10
%36
%0
%32

Triadic Colors of #9c70ae

#9c70ae #ae9c70 #70ae9c

Analogous Colors of #9c70ae

#9c70ae #ae70a1 #7d70ae

Monochromatic Colors of #9c70ae

#9c70ae

Complementary Color

#9c70ae #82ae70

#9c70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c70ae Color CSS Codes

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

#9c70ae Text Font Color

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

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


#9c70ae Background Color

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

This div background color is #9c70ae


#9c70ae Border Color

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

This div border color is #9c70ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c70ae


Comments

No comments written yet.

Please login to write comment.