Color Hex Logo

#9523ae Color Hex

#9523AE
(149,35,174)
0 Favorites   0 Comments

Color spaces of #9523ae

RGB 14935174
HSL0.800.670.41
HSV289°80°68°
CMYK 0.140.800.00   0.32
XYZ20.635410.647641.0120
Yxy10.64760.28540.1473
Hunter Lab32.630755.7785-51.6775
CIE-Lab38.980563.5269-49.6437

#9523ae color RGB value is (149,35,174).

#9523ae hex color red value is 149, green value is 35 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9523ae hue: 0.80 , saturation: 0.67 and the lightness value of 9523ae is 0.41.

The process color (four color CMYK) of #9523ae color hex is 0.14, 0.80, 0.00, 0.32. Web safe color of #9523ae is #993399. Color #9523ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 10101110
Octal 225 43 256
Decimal 149 35 174
Hex 95 23 AE

RGB Percentages of Color #9523ae

%41.62
%9.78
%48.60

CMYK Percentages of Color #9523ae

%14
%80
%0
%32

Triadic Colors of #9523ae

#9523ae #ae9523 #23ae95

Analogous Colors of #9523ae

#9523ae #ae2382 #4f23ae

Monochromatic Colors of #9523ae

#9523ae

Complementary Color

#9523ae #3cae23

#9523ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9523ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9523ae Color CSS Codes

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

#9523ae Text Font Color

<p style="color:#9523ae">Text here</p>

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


#9523ae Background Color

<div style="background-color:#9523ae">
Div content here</div>

This div background color is #9523ae


#9523ae Border Color

<div style="border:3px solid #9523ae">
Div here</div>

This div border color is #9523ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,35,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9523ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9523ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9523ae;
  box-shadow:         1px 1px 3px 2px #9523ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,35,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 #9523ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9523ae


Comments

No comments written yet.

Please login to write comment.