Color Hex Logo

#8c6deb Color Hex

#8C6DEB
(140,109,235)
0 Favorites   0 Comments

Color spaces of #8c6deb

RGB 140109235
HSL0.710.760.67
HSV255°54°92°
CMYK 0.400.540.00   0.08
XYZ31.279322.510981.2937
Yxy22.51090.23160.1666
Hunter Lab47.445734.6491-68.3759
CIE-Lab54.564941.0451-59.7746

#8c6deb color RGB value is (140,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101101 11101011
Octal 214 155 353
Decimal 140 109 235
Hex 8C 6D EB

RGB Percentages of Color #8c6deb

%28.93
%22.52
%48.55

CMYK Percentages of Color #8c6deb

%40
%54
%0
%8

Triadic Colors of #8c6deb

#8c6deb #eb8c6d #6deb8c

Analogous Colors of #8c6deb

#8c6deb #cb6deb #6d8deb

Monochromatic Colors of #8c6deb

#8c6deb

Complementary Color

#8c6deb #cceb6d

#8c6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6deb Color CSS Codes

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

#8c6deb Text Font Color

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

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


#8c6deb Background Color

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

This div background color is #8c6deb


#8c6deb Border Color

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

This div border color is #8c6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6deb


Comments

No comments written yet.

Please login to write comment.