Color Hex Logo

#8d6deb Color Hex

#8D6DEB
(141,109,235)
0 Favorites   0 Comments

Color spaces of #8d6deb

RGB 141109235
HSL0.710.760.67
HSV255°54°92°
CMYK 0.400.540.00   0.08
XYZ31.448522.598281.3016
Yxy22.59820.23240.1670
Hunter Lab47.537634.8960-68.1250
CIE-Lab54.656041.2737-59.6234

#8d6deb color RGB value is (141,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101101 11101011
Octal 215 155 353
Decimal 141 109 235
Hex 8D 6D EB

RGB Percentages of Color #8d6deb

%29.07
%22.47
%48.45

CMYK Percentages of Color #8d6deb

%40
%54
%0
%8

Triadic Colors of #8d6deb

#8d6deb #eb8d6d #6deb8d

Analogous Colors of #8d6deb

#8d6deb #cc6deb #6d8ceb

Monochromatic Colors of #8d6deb

#8d6deb

Complementary Color

#8d6deb #cbeb6d

#8d6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d6deb Color CSS Codes

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

#8d6deb Text Font Color

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

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


#8d6deb Background Color

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

This div background color is #8d6deb


#8d6deb Border Color

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

This div border color is #8d6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d6deb


Comments

No comments written yet.

Please login to write comment.