Color Hex Logo

#9c4faf Color Hex

#9C4FAF
(156,79,175)
0 Favorites   0 Comments

Color spaces of #9c4faf

RGB 15679175
HSL0.800.380.50
HSV288°55°69°
CMYK 0.110.550.00   0.31
XYZ24.244115.755042.3207
Yxy15.75500.29450.1914
Hunter Lab39.692639.5653-35.4309
CIE-Lab46.651447.0482-37.9382

#9c4faf color RGB value is (156,79,175).

#9c4faf hex color red value is 156, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9c4faf hue: 0.80 , saturation: 0.38 and the lightness value of 9c4faf is 0.50.

The process color (four color CMYK) of #9c4faf color hex is 0.11, 0.55, 0.00, 0.31. Web safe color of #9c4faf is #996699. Color #9c4faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01001111 10101111
Octal 234 117 257
Decimal 156 79 175
Hex 9C 4F AF

RGB Percentages of Color #9c4faf

%38.05
%19.27
%42.68

CMYK Percentages of Color #9c4faf

%11
%55
%0
%31

Triadic Colors of #9c4faf

#9c4faf #af9c4f #4faf9c

Analogous Colors of #9c4faf

#9c4faf #af4f92 #6c4faf

Monochromatic Colors of #9c4faf

#9c4faf

Complementary Color

#9c4faf #62af4f

#9c4faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c4faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c4faf Color CSS Codes

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

#9c4faf Text Font Color

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

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


#9c4faf Background Color

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

This div background color is #9c4faf


#9c4faf Border Color

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

This div border color is #9c4faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c4faf


Comments

No comments written yet.

Please login to write comment.