Color Hex Logo

#8e6fcf Color Hex

#8E6FCF
(142,111,207)
0 Favorites   0 Comments

Color spaces of #8e6fcf

RGB 142111207
HSL0.720.500.62
HSV259°46°81°
CMYK 0.310.460.00   0.19
XYZ28.102321.624761.7243
Yxy21.62470.25210.1940
Hunter Lab46.502426.4919-46.1461
CIE-Lab53.626532.9830-45.4787

#8e6fcf color RGB value is (142,111,207).

#8e6fcf hex color red value is 142, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8e6fcf hue: 0.72 , saturation: 0.50 and the lightness value of 8e6fcf is 0.62.

The process color (four color CMYK) of #8e6fcf color hex is 0.31, 0.46, 0.00, 0.19. Web safe color of #8e6fcf is #9966cc. Color #8e6fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101111 11001111
Octal 216 157 317
Decimal 142 111 207
Hex 8E 6F CF

RGB Percentages of Color #8e6fcf

%30.87
%24.13
%45.00

CMYK Percentages of Color #8e6fcf

%31
%46
%0
%19

Triadic Colors of #8e6fcf

#8e6fcf #cf8e6f #6fcf8e

Analogous Colors of #8e6fcf

#8e6fcf #be6fcf #6f80cf

Monochromatic Colors of #8e6fcf

#8e6fcf

Complementary Color

#8e6fcf #b0cf6f

#8e6fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e6fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e6fcf Color CSS Codes

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

#8e6fcf Text Font Color

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

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


#8e6fcf Background Color

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

This div background color is #8e6fcf


#8e6fcf Border Color

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

This div border color is #8e6fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e6fcf


Comments

No comments written yet.

Please login to write comment.