Color Hex Logo

#9b6eae Color Hex

#9B6EAE
(155,110,174)
0 Favorites   0 Comments

Color spaces of #9b6eae

RGB 155110174
HSL0.780.280.56
HSV282°37°68°
CMYK 0.110.370.00   0.32
XYZ26.733521.176442.7228
Yxy21.17640.29500.2337
Hunter Lab46.017823.1662-22.8322
CIE-Lab53.142029.5730-27.2083

#9b6eae color RGB value is (155,110,174).

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

The process color (four color CMYK) of #9b6eae color hex is 0.11, 0.37, 0.00, 0.32. Web safe color of #9b6eae is #996699. Color #9b6eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101110 10101110
Octal 233 156 256
Decimal 155 110 174
Hex 9B 6E AE

RGB Percentages of Color #9b6eae

%35.31
%25.06
%39.64

CMYK Percentages of Color #9b6eae

%11
%37
%0
%32

Triadic Colors of #9b6eae

#9b6eae #ae9b6e #6eae9b

Analogous Colors of #9b6eae

#9b6eae #ae6ea1 #7b6eae

Monochromatic Colors of #9b6eae

#9b6eae

Complementary Color

#9b6eae #81ae6e

#9b6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6eae Color CSS Codes

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

#9b6eae Text Font Color

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

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


#9b6eae Background Color

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

This div background color is #9b6eae


#9b6eae Border Color

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

This div border color is #9b6eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6eae


Comments

No comments written yet.

Please login to write comment.