Color Hex Logo

#c042cc Color Hex

#C042CC
(192,66,204)
0 Favorites   0 Comments

Color spaces of #c042cc

RGB 19266204
HSL0.820.580.53
HSV295°68°80°
CMYK 0.060.680.00   0.20
XYZ34.585519.462559.0605
Yxy19.46250.30580.1721
Hunter Lab44.116362.7336-48.4928
CIE-Lab51.224067.2034-47.2047

#c042cc color RGB value is (192,66,204).

#c042cc hex color red value is 192, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c042cc hue: 0.82 , saturation: 0.58 and the lightness value of c042cc is 0.53.

The process color (four color CMYK) of #c042cc color hex is 0.06, 0.68, 0.00, 0.20. Web safe color of #c042cc is #cc33cc. Color #c042cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 11001100
Octal 300 102 314
Decimal 192 66 204
Hex C0 42 CC

RGB Percentages of Color #c042cc

%41.56
%14.29
%44.16

CMYK Percentages of Color #c042cc

%6
%68
%0
%20

Triadic Colors of #c042cc

#c042cc #ccc042 #42ccc0

Analogous Colors of #c042cc

#c042cc #cc4293 #7b42cc

Monochromatic Colors of #c042cc

#c042cc

Complementary Color

#c042cc #4ecc42

#c042cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042cc Color CSS Codes

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

#c042cc Text Font Color

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

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


#c042cc Background Color

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

This div background color is #c042cc


#c042cc Border Color

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

This div border color is #c042cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,66,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c042cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c042cc;
  -webkit-box-shadow: 1px 1px 3px 2px #c042cc;
  box-shadow:         1px 1px 3px 2px #c042cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,66,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 #c042cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042cc


Comments

No comments written yet.

Please login to write comment.