Color Hex Logo

#8718ea Color Hex

#8718EA
(135,24,234)
0 Favorites   0 Comments

Color spaces of #8718ea

RGB 13524234
HSL0.750.830.51
HSV272°90°92°
CMYK 0.420.900.00   0.08
XYZ25.169611.744778.7823
Yxy11.74470.21750.1015
Hunter Lab34.270571.1238-112.3085
CIE-Lab40.807576.2223-81.6064

#8718ea color RGB value is (135,24,234).

#8718ea hex color red value is 135, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8718ea hue: 0.75 , saturation: 0.83 and the lightness value of 8718ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 11101010
Octal 207 30 352
Decimal 135 24 234
Hex 87 18 EA

RGB Percentages of Color #8718ea

%34.35
%6.11
%59.54

CMYK Percentages of Color #8718ea

%42
%90
%0
%8

Triadic Colors of #8718ea

#8718ea #ea8718 #18ea87

Analogous Colors of #8718ea

#8718ea #ea18e4 #1e18ea

Monochromatic Colors of #8718ea

#8718ea

Complementary Color

#8718ea #7bea18

#8718ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8718ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8718ea Color CSS Codes

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

#8718ea Text Font Color

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

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


#8718ea Background Color

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

This div background color is #8718ea


#8718ea Border Color

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

This div border color is #8718ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8718ea


Comments

No comments written yet.

Please login to write comment.