Color Hex Logo

#8707ea Color Hex

#8707EA
(135,7,234)
0 Favorites   0 Comments

Color spaces of #8707ea

RGB 1357234
HSL0.760.940.47
HSV274°97°92°
CMYK 0.420.970.00   0.08
XYZ24.918911.243478.6987
Yxy11.24340.21690.0979
Hunter Lab33.531273.9738-115.6836
CIE-Lab39.987478.6873-82.9567

#8707ea color RGB value is (135,7,234).

#8707ea hex color red value is 135, green value is 7 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8707ea hue: 0.76 , saturation: 0.94 and the lightness value of 8707ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000111 11101010
Octal 207 7 352
Decimal 135 7 234
Hex 87 7 EA

RGB Percentages of Color #8707ea

%35.90
%1.86
%62.23

CMYK Percentages of Color #8707ea

%42
%97
%0
%8

Triadic Colors of #8707ea

#8707ea #ea8707 #07ea87

Analogous Colors of #8707ea

#8707ea #ea07dc #1607ea

Monochromatic Colors of #8707ea

#8707ea

Complementary Color

#8707ea #6aea07

#8707ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8707ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8707ea Color CSS Codes

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

#8707ea Text Font Color

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

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


#8707ea Background Color

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

This div background color is #8707ea


#8707ea Border Color

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

This div border color is #8707ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8707ea


Comments

No comments written yet.

Please login to write comment.