Color Hex Logo

#8c6ec4 Color Hex

#8C6EC4
(140,110,196)
0 Favorites   0 Comments

Color spaces of #8c6ec4

RGB 140110196
HSL0.720.420.60
HSV261°44°77°
CMYK 0.290.440.00   0.23
XYZ26.355020.712854.8335
Yxy20.71280.25860.2033
Hunter Lab45.511323.7222-39.5766
CIE-Lab52.633730.2105-40.7862

#8c6ec4 color RGB value is (140,110,196).

#8c6ec4 hex color red value is 140, green value is 110 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #8c6ec4 hue: 0.72 , saturation: 0.42 and the lightness value of 8c6ec4 is 0.60.

The process color (four color CMYK) of #8c6ec4 color hex is 0.29, 0.44, 0.00, 0.23. Web safe color of #8c6ec4 is #9966cc. Color #8c6ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101110 11000100
Octal 214 156 304
Decimal 140 110 196
Hex 8C 6E C4

RGB Percentages of Color #8c6ec4

%31.39
%24.66
%43.95

CMYK Percentages of Color #8c6ec4

%29
%44
%0
%23

Triadic Colors of #8c6ec4

#8c6ec4 #c48c6e #6ec48c

Analogous Colors of #8c6ec4

#8c6ec4 #b76ec4 #6e7bc4

Monochromatic Colors of #8c6ec4

#8c6ec4

Complementary Color

#8c6ec4 #a6c46e

#8c6ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6ec4 Color CSS Codes

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

#8c6ec4 Text Font Color

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

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


#8c6ec4 Background Color

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

This div background color is #8c6ec4


#8c6ec4 Border Color

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

This div border color is #8c6ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6ec4


Comments

No comments written yet.

Please login to write comment.