Color Hex Logo

#8c60dd Color Hex

#8C60DD
(140,96,221)
0 Favorites   0 Comments

Color spaces of #8c60dd

RGB 14096221
HSL0.730.650.62
HSV261°57°87°
CMYK 0.370.570.00   0.13
XYZ28.049219.161670.6268
Yxy19.16160.23800.1626
Hunter Lab43.774037.7736-65.0193
CIE-Lab50.875744.6299-57.8247

#8c60dd color RGB value is (140,96,221).

#8c60dd hex color red value is 140, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8c60dd hue: 0.73 , saturation: 0.65 and the lightness value of 8c60dd is 0.62.

The process color (four color CMYK) of #8c60dd color hex is 0.37, 0.57, 0.00, 0.13. Web safe color of #8c60dd is #9966cc. Color #8c60dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100000 11011101
Octal 214 140 335
Decimal 140 96 221
Hex 8C 60 DD

RGB Percentages of Color #8c60dd

%30.63
%21.01
%48.36

CMYK Percentages of Color #8c60dd

%37
%57
%0
%13

Triadic Colors of #8c60dd

#8c60dd #dd8c60 #60dd8c

Analogous Colors of #8c60dd

#8c60dd #cb60dd #6073dd

Monochromatic Colors of #8c60dd

#8c60dd

Complementary Color

#8c60dd #b1dd60

#8c60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c60dd Color CSS Codes

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

#8c60dd Text Font Color

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

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


#8c60dd Background Color

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

This div background color is #8c60dd


#8c60dd Border Color

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

This div border color is #8c60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c60dd


Comments

No comments written yet.

Please login to write comment.