Color Hex Logo

#8c80cd Color Hex

#8C80CD
(140,128,205)
0 Favorites   0 Comments

Color spaces of #8c80cd

RGB 140128205
HSL0.690.440.65
HSV249°38°80°
CMYK 0.320.380.00   0.20
XYZ29.553825.421661.1068
Yxy25.42160.25460.2190
Hunter Lab50.419816.3938-36.5632
CIE-Lab57.483921.9952-38.2742

#8c80cd color RGB value is (140,128,205).

#8c80cd hex color red value is 140, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8c80cd hue: 0.69 , saturation: 0.44 and the lightness value of 8c80cd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000000 11001101
Octal 214 200 315
Decimal 140 128 205
Hex 8C 80 CD

RGB Percentages of Color #8c80cd

%29.60
%27.06
%43.34

CMYK Percentages of Color #8c80cd

%32
%38
%0
%20

Triadic Colors of #8c80cd

#8c80cd #cd8c80 #80cd8c

Analogous Colors of #8c80cd

#8c80cd #b380cd #809bcd

Monochromatic Colors of #8c80cd

#8c80cd

Complementary Color

#8c80cd #c1cd80

#8c80cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c80cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c80cd Color CSS Codes

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

#8c80cd Text Font Color

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

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


#8c80cd Background Color

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

This div background color is #8c80cd


#8c80cd Border Color

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

This div border color is #8c80cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c80cd


Comments

No comments written yet.

Please login to write comment.