Color Hex Logo

#8c49cc Color Hex

#8C49CC
(140,73,204)
0 Favorites   0 Comments

Color spaces of #8c49cc

RGB 14073204
HSL0.750.560.54
HSV271°64°80°
CMYK 0.310.640.00   0.20
XYZ24.096814.700258.6941
Yxy14.70020.24720.1508
Hunter Lab38.340845.0888-63.9255
CIE-Lab45.220852.5710-57.2170

#8c49cc color RGB value is (140,73,204).

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

The process color (four color CMYK) of #8c49cc color hex is 0.31, 0.64, 0.00, 0.20. Web safe color of #8c49cc is #9933cc. Color #8c49cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001001 11001100
Octal 214 111 314
Decimal 140 73 204
Hex 8C 49 CC

RGB Percentages of Color #8c49cc

%33.57
%17.51
%48.92

CMYK Percentages of Color #8c49cc

%31
%64
%0
%20

Triadic Colors of #8c49cc

#8c49cc #cc8c49 #49cc8c

Analogous Colors of #8c49cc

#8c49cc #cc49cb #4b49cc

Monochromatic Colors of #8c49cc

#8c49cc

Complementary Color

#8c49cc #89cc49

#8c49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c49cc Color CSS Codes

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

#8c49cc Text Font Color

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

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


#8c49cc Background Color

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

This div background color is #8c49cc


#8c49cc Border Color

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

This div border color is #8c49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c49cc


Comments

No comments written yet.

Please login to write comment.