Color Hex Logo

#c042ac Color Hex

#C042AC
(192,66,172)
0 Favorites   0 Comments

Color spaces of #c042ac

RGB 19266172
HSL0.860.500.51
HSV310°66°75°
CMYK 0.000.660.10   0.25
XYZ31.132818.081540.8789
Yxy18.08150.34560.2007
Hunter Lab42.522356.2749-27.2329
CIE-Lab49.594861.9283-31.1867

#c042ac color RGB value is (192,66,172).

#c042ac hex color red value is 192, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c042ac hue: 0.86 , saturation: 0.50 and the lightness value of c042ac is 0.51.

The process color (four color CMYK) of #c042ac color hex is 0.00, 0.66, 0.10, 0.25. Web safe color of #c042ac is #cc3399. Color #c042ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000010 10101100
Octal 300 102 254
Decimal 192 66 172
Hex C0 42 AC

RGB Percentages of Color #c042ac

%44.65
%15.35
%40.00

CMYK Percentages of Color #c042ac

%0
%66
%10
%25

Triadic Colors of #c042ac

#c042ac #acc042 #42acc0

Analogous Colors of #c042ac

#c042ac #c0426d #9542c0

Monochromatic Colors of #c042ac

#c042ac

Complementary Color

#c042ac #42c056

#c042ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c042ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c042ac Color CSS Codes

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

#c042ac Text Font Color

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

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


#c042ac Background Color

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

This div background color is #c042ac


#c042ac Border Color

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

This div border color is #c042ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,66,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c042ac


Comments

No comments written yet.

Please login to write comment.