Color Hex Logo

#9450ac Color Hex

#9450AC
(148,80,172)
0 Favorites   0 Comments

Color spaces of #9450ac

RGB 14880172
HSL0.790.370.49
HSV284°53°67°
CMYK 0.140.530.00   0.33
XYZ22.527815.011840.7399
Yxy15.01180.28780.1918
Hunter Lab38.745135.9826-35.2211
CIE-Lab45.650443.6965-37.8238

#9450ac color RGB value is (148,80,172).

#9450ac hex color red value is 148, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9450ac hue: 0.79 , saturation: 0.37 and the lightness value of 9450ac is 0.49.

The process color (four color CMYK) of #9450ac color hex is 0.14, 0.53, 0.00, 0.33. Web safe color of #9450ac is #996699. Color #9450ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01010000 10101100
Octal 224 120 254
Decimal 148 80 172
Hex 94 50 AC

RGB Percentages of Color #9450ac

%37.00
%20.00
%43.00

CMYK Percentages of Color #9450ac

%14
%53
%0
%33

Triadic Colors of #9450ac

#9450ac #ac9450 #50ac94

Analogous Colors of #9450ac

#9450ac #ac5096 #6650ac

Monochromatic Colors of #9450ac

#9450ac

Complementary Color

#9450ac #68ac50

#9450ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9450ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9450ac Color CSS Codes

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

#9450ac Text Font Color

<p style="color:#9450ac">Text here</p>

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


#9450ac Background Color

<div style="background-color:#9450ac">
Div content here</div>

This div background color is #9450ac


#9450ac Border Color

<div style="border:3px solid #9450ac">
Div here</div>

This div border color is #9450ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,80,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9450ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9450ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9450ac;
  box-shadow:         1px 1px 3px 2px #9450ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,80,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9450ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9450ac


Comments

No comments written yet.

Please login to write comment.