Color Hex Logo

#8771fa Color Hex

#8771FA
(135,113,250)
0 Favorites   0 Comments

Color spaces of #8771fa

RGB 135113250
HSL0.690.930.71
HSV250°55°98°
CMYK 0.460.550.00   0.02
XYZ33.152123.863393.3012
Yxy23.86330.22050.1588
Hunter Lab48.850135.6514-79.0459
CIE-Lab55.950741.8285-65.9116

#8771fa color RGB value is (135,113,250).

#8771fa hex color red value is 135, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8771fa hue: 0.69 , saturation: 0.93 and the lightness value of 8771fa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110001 11111010
Octal 207 161 372
Decimal 135 113 250
Hex 87 71 FA

RGB Percentages of Color #8771fa

%27.11
%22.69
%50.20

CMYK Percentages of Color #8771fa

%46
%55
%0
%2

Triadic Colors of #8771fa

#8771fa #fa8771 #71fa87

Analogous Colors of #8771fa

#8771fa #cc71fa #71a0fa

Monochromatic Colors of #8771fa

#8771fa

Complementary Color

#8771fa #e4fa71

#8771fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8771fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8771fa Color CSS Codes

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

#8771fa Text Font Color

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

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


#8771fa Background Color

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

This div background color is #8771fa


#8771fa Border Color

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

This div border color is #8771fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8771fa


Comments

No comments written yet.

Please login to write comment.