Color Hex Logo

#9515da Color Hex

#9515DA
(149,21,218)
0 Favorites   0 Comments

Color spaces of #9515da

RGB 14921218
HSL0.770.820.47
HSV279°90°85°
CMYK 0.320.900.00   0.15
XYZ25.317511.987867.3092
Yxy11.98780.24200.1146
Hunter Lab34.623469.9327-91.0256
CIE-Lab41.196775.1721-71.7582

#9515da color RGB value is (149,21,218).

#9515da hex color red value is 149, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9515da hue: 0.77 , saturation: 0.82 and the lightness value of 9515da is 0.47.

The process color (four color CMYK) of #9515da color hex is 0.32, 0.90, 0.00, 0.15. Web safe color of #9515da is #9900cc. Color #9515da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010101 11011010
Octal 225 25 332
Decimal 149 21 218
Hex 95 15 DA

RGB Percentages of Color #9515da

%38.40
%5.41
%56.19

CMYK Percentages of Color #9515da

%32
%90
%0
%15

Triadic Colors of #9515da

#9515da #da9515 #15da95

Analogous Colors of #9515da

#9515da #da15bd #3215da

Monochromatic Colors of #9515da

#9515da

Complementary Color

#9515da #5ada15

#9515da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9515da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9515da Color CSS Codes

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

#9515da Text Font Color

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

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


#9515da Background Color

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

This div background color is #9515da


#9515da Border Color

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

This div border color is #9515da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,21,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9515da


Comments

No comments written yet.

Please login to write comment.