Color Hex Logo

#9517ea Color Hex

#9517EA
(149,23,234)
0 Favorites   0 Comments

Color spaces of #9517ea

RGB 14923234
HSL0.770.830.50
HSV276°90°92°
CMYK 0.360.900.00   0.08
XYZ27.552112.942978.8880
Yxy12.94290.23080.1084
Hunter Lab35.976273.7443-104.8266
CIE-Lab42.677177.9907-78.4632

#9517ea color RGB value is (149,23,234).

#9517ea hex color red value is 149, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9517ea hue: 0.77 , saturation: 0.83 and the lightness value of 9517ea is 0.50.

The process color (four color CMYK) of #9517ea color hex is 0.36, 0.90, 0.00, 0.08. Web safe color of #9517ea is #9900ff. Color #9517ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010111 11101010
Octal 225 27 352
Decimal 149 23 234
Hex 95 17 EA

RGB Percentages of Color #9517ea

%36.70
%5.67
%57.64

CMYK Percentages of Color #9517ea

%36
%90
%0
%8

Triadic Colors of #9517ea

#9517ea #ea9517 #17ea95

Analogous Colors of #9517ea

#9517ea #ea17d6 #2b17ea

Monochromatic Colors of #9517ea

#9517ea

Complementary Color

#9517ea #6cea17

#9517ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9517ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9517ea Color CSS Codes

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

#9517ea Text Font Color

<p style="color:#9517ea">Text here</p>

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


#9517ea Background Color

<div style="background-color:#9517ea">
Div content here</div>

This div background color is #9517ea


#9517ea Border Color

<div style="border:3px solid #9517ea">
Div here</div>

This div border color is #9517ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,23,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9517ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9517ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9517ea;
  box-shadow:         1px 1px 3px 2px #9517ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9517ea


Comments

No comments written yet.

Please login to write comment.