Color Hex Logo

#8711fa Color Hex

#8711FA
(135,17,250)
0 Favorites   0 Comments

Color spaces of #8711fa

RGB 13517250
HSL0.750.960.52
HSV270°93°98°
CMYK 0.460.930.00   0.02
XYZ27.447412.453991.3997
Yxy12.45390.20900.0949
Hunter Lab35.290177.0734-128.8553
CIE-Lab41.928680.7972-88.7882

#8711fa color RGB value is (135,17,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010001 11111010
Octal 207 21 372
Decimal 135 17 250
Hex 87 11 FA

RGB Percentages of Color #8711fa

%33.58
%4.23
%62.19

CMYK Percentages of Color #8711fa

%46
%93
%0
%2

Triadic Colors of #8711fa

#8711fa #fa8711 #11fa87

Analogous Colors of #8711fa

#8711fa #fa11f9 #1211fa

Monochromatic Colors of #8711fa

#8711fa

Complementary Color

#8711fa #84fa11

#8711fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8711fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8711fa Color CSS Codes

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

#8711fa Text Font Color

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

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


#8711fa Background Color

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

This div background color is #8711fa


#8711fa Border Color

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

This div border color is #8711fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,17,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 #8711fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8711fa

Related Colors


Comments

No comments written yet.

Please login to write comment.