Color Hex Logo

#9c7bae Color Hex

#9C7BAE
(156,123,174)
0 Favorites   0 Comments

Color spaces of #9c7bae

RGB 156123174
HSL0.770.240.58
HSV279°29°68°
CMYK 0.100.290.00   0.32
XYZ28.433224.289843.2342
Yxy24.28980.29630.2531
Hunter Lab49.284716.7316-17.5119
CIE-Lab56.376822.4307-22.2130

#9c7bae color RGB value is (156,123,174).

#9c7bae hex color red value is 156, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9c7bae hue: 0.77 , saturation: 0.24 and the lightness value of 9c7bae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111011 10101110
Octal 234 173 256
Decimal 156 123 174
Hex 9C 7B AE

RGB Percentages of Color #9c7bae

%34.44
%27.15
%38.41

CMYK Percentages of Color #9c7bae

%10
%29
%0
%32

Triadic Colors of #9c7bae

#9c7bae #ae9c7b #7bae9c

Analogous Colors of #9c7bae

#9c7bae #ae7ba7 #837bae

Monochromatic Colors of #9c7bae

#9c7bae

Complementary Color

#9c7bae #8dae7b

#9c7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c7bae Color CSS Codes

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

#9c7bae Text Font Color

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

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


#9c7bae Background Color

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

This div background color is #9c7bae


#9c7bae Border Color

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

This div border color is #9c7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c7bae


Comments

No comments written yet.

Please login to write comment.