Color Hex Logo

#8c4ecd Color Hex

#8C4ECD
(140,78,205)
0 Favorites   0 Comments

Color spaces of #8c4ecd

RGB 14078205
HSL0.750.560.55
HSV269°62°80°
CMYK 0.320.620.00   0.20
XYZ24.559115.432059.4419
Yxy15.43200.24700.1552
Hunter Lab39.283642.8474-62.2161
CIE-Lab46.220350.2738-56.1821

#8c4ecd color RGB value is (140,78,205).

#8c4ecd hex color red value is 140, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8c4ecd hue: 0.75 , saturation: 0.56 and the lightness value of 8c4ecd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001110 11001101
Octal 214 116 315
Decimal 140 78 205
Hex 8C 4E CD

RGB Percentages of Color #8c4ecd

%33.10
%18.44
%48.46

CMYK Percentages of Color #8c4ecd

%32
%62
%0
%20

Triadic Colors of #8c4ecd

#8c4ecd #cd8c4e #4ecd8c

Analogous Colors of #8c4ecd

#8c4ecd #cc4ecd #4e50cd

Monochromatic Colors of #8c4ecd

#8c4ecd

Complementary Color

#8c4ecd #8fcd4e

#8c4ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4ecd Color CSS Codes

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

#8c4ecd Text Font Color

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

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


#8c4ecd Background Color

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

This div background color is #8c4ecd


#8c4ecd Border Color

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

This div border color is #8c4ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4ecd


Comments

No comments written yet.

Please login to write comment.