Color Hex Logo

#8e6cef Color Hex

#8E6CEF
(142,108,239)
0 Favorites   0 Comments

Color spaces of #8e6cef

RGB 142108239
HSL0.710.800.68
HSV256°55°94°
CMYK 0.410.550.00   0.06
XYZ32.097922.707984.3527
Yxy22.70790.23070.1632
Hunter Lab47.652836.8413-71.5953
CIE-Lab54.770243.1459-61.6685

#8e6cef color RGB value is (142,108,239).

#8e6cef hex color red value is 142, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8e6cef hue: 0.71 , saturation: 0.80 and the lightness value of 8e6cef is 0.68.

The process color (four color CMYK) of #8e6cef color hex is 0.41, 0.55, 0.00, 0.06. Web safe color of #8e6cef is #9966ff. Color #8e6cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101100 11101111
Octal 216 154 357
Decimal 142 108 239
Hex 8E 6C EF

RGB Percentages of Color #8e6cef

%29.04
%22.09
%48.88

CMYK Percentages of Color #8e6cef

%41
%55
%0
%6

Triadic Colors of #8e6cef

#8e6cef #ef8e6c #6cef8e

Analogous Colors of #8e6cef

#8e6cef #d06cef #6c8cef

Monochromatic Colors of #8e6cef

#8e6cef

Complementary Color

#8e6cef #cdef6c

#8e6cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e6cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e6cef Color CSS Codes

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

#8e6cef Text Font Color

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

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


#8e6cef Background Color

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

This div background color is #8e6cef


#8e6cef Border Color

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

This div border color is #8e6cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,108,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e6cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e6cef;
  -webkit-box-shadow: 1px 1px 3px 2px #8e6cef;
  box-shadow:         1px 1px 3px 2px #8e6cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,108,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e6cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e6cef


Comments

No comments written yet.

Please login to write comment.