Color Hex Logo

#8e6ddb Color Hex

#8E6DDB
(142,109,219)
0 Favorites   0 Comments

Color spaces of #8e6ddb

RGB 142109219
HSL0.720.600.64
HSV258°50°86°
CMYK 0.350.500.00   0.14
XYZ29.410221.802569.6761
Yxy21.80250.24330.1804
Hunter Lab46.693130.7172-55.7881
CIE-Lab53.816837.2521-51.9735

#8e6ddb color RGB value is (142,109,219).

#8e6ddb hex color red value is 142, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e6ddb hue: 0.72 , saturation: 0.60 and the lightness value of 8e6ddb is 0.64.

The process color (four color CMYK) of #8e6ddb color hex is 0.35, 0.50, 0.00, 0.14. Web safe color of #8e6ddb is #9966cc. Color #8e6ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101101 11011011
Octal 216 155 333
Decimal 142 109 219
Hex 8E 6D DB

RGB Percentages of Color #8e6ddb

%30.21
%23.19
%46.60

CMYK Percentages of Color #8e6ddb

%35
%50
%0
%14

Triadic Colors of #8e6ddb

#8e6ddb #db8e6d #6ddb8e

Analogous Colors of #8e6ddb

#8e6ddb #c56ddb #6d83db

Monochromatic Colors of #8e6ddb

#8e6ddb

Complementary Color

#8e6ddb #badb6d

#8e6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e6ddb Color CSS Codes

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

#8e6ddb Text Font Color

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

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


#8e6ddb Background Color

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

This div background color is #8e6ddb


#8e6ddb Border Color

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

This div border color is #8e6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e6ddb


Comments

No comments written yet.

Please login to write comment.