Color Hex Logo

#8c6cdc Color Hex

#8C6CDC
(140,108,220)
0 Favorites   0 Comments

Color spaces of #8c6cdc

RGB 140108220
HSL0.710.620.64
HSV257°51°86°
CMYK 0.360.510.00   0.14
XYZ29.096021.467970.3203
Yxy21.46790.24070.1776
Hunter Lab46.333531.0090-57.5510
CIE-Lab53.457837.5909-53.1220

#8c6cdc color RGB value is (140,108,220).

#8c6cdc hex color red value is 140, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8c6cdc hue: 0.71 , saturation: 0.62 and the lightness value of 8c6cdc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101100 11011100
Octal 214 154 334
Decimal 140 108 220
Hex 8C 6C DC

RGB Percentages of Color #8c6cdc

%29.91
%23.08
%47.01

CMYK Percentages of Color #8c6cdc

%36
%51
%0
%14

Triadic Colors of #8c6cdc

#8c6cdc #dc8c6c #6cdc8c

Analogous Colors of #8c6cdc

#8c6cdc #c46cdc #6c84dc

Monochromatic Colors of #8c6cdc

#8c6cdc

Complementary Color

#8c6cdc #bcdc6c

#8c6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6cdc Color CSS Codes

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

#8c6cdc Text Font Color

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

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


#8c6cdc Background Color

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

This div background color is #8c6cdc


#8c6cdc Border Color

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

This div border color is #8c6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6cdc


Comments

No comments written yet.

Please login to write comment.