Color Hex Logo

#8c86ea Color Hex

#8C86EA
(140,134,234)
0 Favorites   0 Comments

Color spaces of #8c86ea

RGB 140134234
HSL0.680.700.72
HSV244°43°92°
CMYK 0.400.430.00   0.08
XYZ34.191628.566281.5536
Yxy28.56620.23690.1979
Hunter Lab53.447420.6580-53.0556
CIE-Lab60.396926.3048-49.9127

#8c86ea color RGB value is (140,134,234).

#8c86ea hex color red value is 140, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8c86ea hue: 0.68 , saturation: 0.70 and the lightness value of 8c86ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000110 11101010
Octal 214 206 352
Decimal 140 134 234
Hex 8C 86 EA

RGB Percentages of Color #8c86ea

%27.56
%26.38
%46.06

CMYK Percentages of Color #8c86ea

%40
%43
%0
%8

Triadic Colors of #8c86ea

#8c86ea #ea8c86 #86ea8c

Analogous Colors of #8c86ea

#8c86ea #be86ea #86b2ea

Monochromatic Colors of #8c86ea

#8c86ea

Complementary Color

#8c86ea #e4ea86

#8c86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c86ea Color CSS Codes

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

#8c86ea Text Font Color

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

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


#8c86ea Background Color

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

This div background color is #8c86ea


#8c86ea Border Color

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

This div border color is #8c86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c86ea


Comments

No comments written yet.

Please login to write comment.