Color Hex Logo

#9c6fae Color Hex

#9C6FAE
(156,111,174)
0 Favorites   0 Comments

Color spaces of #9c6fae

RGB 156111174
HSL0.790.280.56
HSV283°36°68°
CMYK 0.100.360.00   0.32
XYZ27.034721.492842.7680
Yxy21.49280.29610.2354
Hunter Lab46.360322.9604-22.2436
CIE-Lab53.484729.3218-26.6692

#9c6fae color RGB value is (156,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101111 10101110
Octal 234 157 256
Decimal 156 111 174
Hex 9C 6F AE

RGB Percentages of Color #9c6fae

%35.37
%25.17
%39.46

CMYK Percentages of Color #9c6fae

%10
%36
%0
%32

Triadic Colors of #9c6fae

#9c6fae #ae9c6f #6fae9c

Analogous Colors of #9c6fae

#9c6fae #ae6fa1 #7d6fae

Monochromatic Colors of #9c6fae

#9c6fae

Complementary Color

#9c6fae #81ae6f

#9c6fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6fae Color CSS Codes

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

#9c6fae Text Font Color

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

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


#9c6fae Background Color

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

This div background color is #9c6fae


#9c6fae Border Color

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

This div border color is #9c6fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6fae


Comments

No comments written yet.

Please login to write comment.