Color Hex Logo

#8e6ccd Color Hex

#8E6CCD
(142,108,205)
0 Favorites   0 Comments

Color spaces of #8e6ccd

RGB 142108205
HSL0.730.490.61
HSV261°47°80°
CMYK 0.310.470.00   0.20
XYZ27.537320.883760.3372
Yxy20.88370.25320.1920
Hunter Lab45.698727.5886-46.2931
CIE-Lab52.822034.2034-45.6165

#8e6ccd color RGB value is (142,108,205).

#8e6ccd hex color red value is 142, green value is 108 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8e6ccd hue: 0.73 , saturation: 0.49 and the lightness value of 8e6ccd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01101100 11001101
Octal 216 154 315
Decimal 142 108 205
Hex 8E 6C CD

RGB Percentages of Color #8e6ccd

%31.21
%23.74
%45.05

CMYK Percentages of Color #8e6ccd

%31
%47
%0
%20

Triadic Colors of #8e6ccd

#8e6ccd #cd8e6c #6ccd8e

Analogous Colors of #8e6ccd

#8e6ccd #bf6ccd #6c7bcd

Monochromatic Colors of #8e6ccd

#8e6ccd

Complementary Color

#8e6ccd #abcd6c

#8e6ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e6ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e6ccd Color CSS Codes

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

#8e6ccd Text Font Color

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

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


#8e6ccd Background Color

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

This div background color is #8e6ccd


#8e6ccd Border Color

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

This div border color is #8e6ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e6ccd


Comments

No comments written yet.

Please login to write comment.