Color Hex Logo

#8c0eea Color Hex

#8C0EEA
(140,14,234)
0 Favorites   0 Comments

Color spaces of #8c0eea

RGB 14014234
HSL0.760.890.49
HSV274°94°92°
CMYK 0.400.940.00   0.08
XYZ25.823511.830078.7643
Yxy11.83000.22180.1016
Hunter Lab34.394873.8265-111.6983
CIE-Lab40.944678.3878-81.3562

#8c0eea color RGB value is (140,14,234).

#8c0eea hex color red value is 140, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8c0eea hue: 0.76 , saturation: 0.89 and the lightness value of 8c0eea is 0.49.

The process color (four color CMYK) of #8c0eea color hex is 0.40, 0.94, 0.00, 0.08. Web safe color of #8c0eea is #9900ff. Color #8c0eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00001110 11101010
Octal 214 16 352
Decimal 140 14 234
Hex 8C E EA

RGB Percentages of Color #8c0eea

%36.08
%3.61
%60.31

CMYK Percentages of Color #8c0eea

%40
%94
%0
%8

Triadic Colors of #8c0eea

#8c0eea #ea8c0e #0eea8c

Analogous Colors of #8c0eea

#8c0eea #ea0eda #1e0eea

Monochromatic Colors of #8c0eea

#8c0eea

Complementary Color

#8c0eea #6cea0e

#8c0eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c0eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c0eea Color CSS Codes

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

#8c0eea Text Font Color

<p style="color:#8c0eea">Text here</p>

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


#8c0eea Background Color

<div style="background-color:#8c0eea">
Div content here</div>

This div background color is #8c0eea


#8c0eea Border Color

<div style="border:3px solid #8c0eea">
Div here</div>

This div border color is #8c0eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c0eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c0eea;
  -webkit-box-shadow: 1px 1px 3px 2px #8c0eea;
  box-shadow:         1px 1px 3px 2px #8c0eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,14,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 #8c0eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c0eea


Comments

No comments written yet.

Please login to write comment.