Color Hex Logo

#9515ac Color Hex

#9515AC
(149,21,172)
0 Favorites   0 Comments

Color spaces of #9515ac

RGB 14921172
HSL0.810.780.38
HSV291°88°67°
CMYK 0.130.880.00   0.33
XYZ20.10909.904439.8816
Yxy9.90440.28770.1417
Hunter Lab31.471358.9804-53.1047
CIE-Lab37.670366.5969-50.5632

#9515ac color RGB value is (149,21,172).

#9515ac hex color red value is 149, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9515ac hue: 0.81 , saturation: 0.78 and the lightness value of 9515ac is 0.38.

The process color (four color CMYK) of #9515ac color hex is 0.13, 0.88, 0.00, 0.33. Web safe color of #9515ac is #990099. Color #9515ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010101 10101100
Octal 225 25 254
Decimal 149 21 172
Hex 95 15 AC

RGB Percentages of Color #9515ac

%43.57
%6.14
%50.29

CMYK Percentages of Color #9515ac

%13
%88
%0
%33

Triadic Colors of #9515ac

#9515ac #ac9515 #15ac95

Analogous Colors of #9515ac

#9515ac #ac1578 #4915ac

Monochromatic Colors of #9515ac

#9515ac

Complementary Color

#9515ac #2cac15

#9515ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9515ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9515ac Color CSS Codes

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

#9515ac Text Font Color

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

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


#9515ac Background Color

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

This div background color is #9515ac


#9515ac Border Color

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

This div border color is #9515ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9515ac


Comments

No comments written yet.

Please login to write comment.