Color Hex Logo

#9a5dae Color Hex

#9A5DAE
(154,93,174)
0 Favorites   0 Comments

Color spaces of #9a5dae

RGB 15493174
HSL0.790.330.52
HSV285°47°68°
CMYK 0.110.470.00   0.32
XYZ24.880817.754742.1600
Yxy17.75470.29340.2094
Hunter Lab42.136331.6627-29.8279
CIE-Lab49.197238.8267-33.3639

#9a5dae color RGB value is (154,93,174).

#9a5dae hex color red value is 154, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9a5dae hue: 0.79 , saturation: 0.33 and the lightness value of 9a5dae is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01011101 10101110
Octal 232 135 256
Decimal 154 93 174
Hex 9A 5D AE

RGB Percentages of Color #9a5dae

%36.58
%22.09
%41.33

CMYK Percentages of Color #9a5dae

%11
%47
%0
%32

Triadic Colors of #9a5dae

#9a5dae #ae9a5d #5dae9a

Analogous Colors of #9a5dae

#9a5dae #ae5d9a #725dae

Monochromatic Colors of #9a5dae

#9a5dae

Complementary Color

#9a5dae #71ae5d

#9a5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a5dae Color CSS Codes

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

#9a5dae Text Font Color

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

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


#9a5dae Background Color

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

This div background color is #9a5dae


#9a5dae Border Color

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

This div border color is #9a5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a5dae


Comments

No comments written yet.

Please login to write comment.