Color Hex Logo

#8e6beb Color Hex

#8E6BEB
(142,107,235)
0 Favorites   0 Comments

Color spaces of #8e6beb

RGB 142107235
HSL0.710.760.67
HSV256°54°92°
CMYK 0.400.540.00   0.08
XYZ31.408422.264381.2393
Yxy22.26430.23280.1650
Hunter Lab47.185136.2434-69.0510
CIE-Lab54.306342.6341-60.1800

#8e6beb color RGB value is (142,107,235).

#8e6beb hex color red value is 142, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8e6beb hue: 0.71 , saturation: 0.76 and the lightness value of 8e6beb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101011 11101011
Octal 216 153 353
Decimal 142 107 235
Hex 8E 6B EB

RGB Percentages of Color #8e6beb

%29.34
%22.11
%48.55

CMYK Percentages of Color #8e6beb

%40
%54
%0
%8

Triadic Colors of #8e6beb

#8e6beb #eb8e6b #6beb8e

Analogous Colors of #8e6beb

#8e6beb #ce6beb #6b88eb

Monochromatic Colors of #8e6beb

#8e6beb

Complementary Color

#8e6beb #c8eb6b

#8e6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e6beb Color CSS Codes

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

#8e6beb Text Font Color

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

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


#8e6beb Background Color

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

This div background color is #8e6beb


#8e6beb Border Color

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

This div border color is #8e6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e6beb


Comments

No comments written yet.

Please login to write comment.