Color Hex Logo

#8915fa Color Hex

#8915FA
(137,21,250)
0 Favorites   0 Comments

Color spaces of #8915fa

RGB 13721250
HSL0.750.960.53
HSV270°92°98°
CMYK 0.450.920.00   0.02
XYZ27.840012.756891.4375
Yxy12.75680.21090.0966
Hunter Lab35.716776.6309-126.7855
CIE-Lab42.394580.3573-88.0109

#8915fa color RGB value is (137,21,250).

#8915fa hex color red value is 137, green value is 21 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8915fa hue: 0.75 , saturation: 0.96 and the lightness value of 8915fa is 0.53.

The process color (four color CMYK) of #8915fa color hex is 0.45, 0.92, 0.00, 0.02. Web safe color of #8915fa is #9900ff. Color #8915fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010101 11111010
Octal 211 25 372
Decimal 137 21 250
Hex 89 15 FA

RGB Percentages of Color #8915fa

%33.58
%5.15
%61.27

CMYK Percentages of Color #8915fa

%45
%92
%0
%2

Triadic Colors of #8915fa

#8915fa #fa8915 #15fa89

Analogous Colors of #8915fa

#8915fa #fa15f9 #1715fa

Monochromatic Colors of #8915fa

#8915fa

Complementary Color

#8915fa #86fa15

#8915fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8915fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8915fa Color CSS Codes

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

#8915fa Text Font Color

<p style="color:#8915fa">Text here</p>

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


#8915fa Background Color

<div style="background-color:#8915fa">
Div content here</div>

This div background color is #8915fa


#8915fa Border Color

<div style="border:3px solid #8915fa">
Div here</div>

This div border color is #8915fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,21,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8915fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8915fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8915fa;
  box-shadow:         1px 1px 3px 2px #8915fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8915fa


Comments

No comments written yet.

Please login to write comment.