Color Hex Logo

#c42dac Color Hex

#C42DAC
(196,45,172)
0 Favorites   0 Comments

Color spaces of #c42dac

RGB 19645172
HSL0.860.630.47
HSV310°77°77°
CMYK 0.000.770.12   0.23
XYZ31.149716.591140.5904
Yxy16.59110.35260.1878
Hunter Lab40.732265.2256-30.5711
CIE-Lab47.740669.9828-34.0433

#c42dac color RGB value is (196,45,172).

#c42dac hex color red value is 196, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c42dac hue: 0.86 , saturation: 0.63 and the lightness value of c42dac is 0.47.

The process color (four color CMYK) of #c42dac color hex is 0.00, 0.77, 0.12, 0.23. Web safe color of #c42dac is #cc3399. Color #c42dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101101 10101100
Octal 304 55 254
Decimal 196 45 172
Hex C4 2D AC

RGB Percentages of Color #c42dac

%47.46
%10.90
%41.65

CMYK Percentages of Color #c42dac

%0
%77
%12
%23

Triadic Colors of #c42dac

#c42dac #acc42d #2dacc4

Analogous Colors of #c42dac

#c42dac #c42d60 #912dc4

Monochromatic Colors of #c42dac

#c42dac

Complementary Color

#c42dac #2dc445

#c42dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42dac Color CSS Codes

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

#c42dac Text Font Color

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

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


#c42dac Background Color

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

This div background color is #c42dac


#c42dac Border Color

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

This div border color is #c42dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42dac


Comments

No comments written yet.

Please login to write comment.