Color Hex Logo

#c42a9c Color Hex

#C42A9C
(196,42,156)
0 Favorites   0 Comments

Color spaces of #c42a9c

RGB 19642156
HSL0.880.650.47
HSV316°79°77°
CMYK 0.000.790.20   0.23
XYZ29.593715.792032.9409
Yxy15.79200.37780.2016
Hunter Lab39.739163.3852-21.3297
CIE-Lab46.700468.6282-26.1585

#c42a9c color RGB value is (196,42,156).

#c42a9c hex color red value is 196, green value is 42 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c42a9c hue: 0.88 , saturation: 0.65 and the lightness value of c42a9c is 0.47.

The process color (four color CMYK) of #c42a9c color hex is 0.00, 0.79, 0.20, 0.23. Web safe color of #c42a9c is #cc3399. Color #c42a9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101010 10011100
Octal 304 52 234
Decimal 196 42 156
Hex C4 2A 9C

RGB Percentages of Color #c42a9c

%49.75
%10.66
%39.59

CMYK Percentages of Color #c42a9c

%0
%79
%20
%23

Triadic Colors of #c42a9c

#c42a9c #9cc42a #2a9cc4

Analogous Colors of #c42a9c

#c42a9c #c42a4f #9f2ac4

Monochromatic Colors of #c42a9c

#c42a9c

Complementary Color

#c42a9c #2ac452

#c42a9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42a9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42a9c Color CSS Codes

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

#c42a9c Text Font Color

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

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


#c42a9c Background Color

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

This div background color is #c42a9c


#c42a9c Border Color

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

This div border color is #c42a9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,42,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42a9c


Comments

No comments written yet.

Please login to write comment.