Color Hex Logo

#c42caa Color Hex

#C42CAA
(196,44,170)
0 Favorites   0 Comments

Color spaces of #c42caa

RGB 19644170
HSL0.860.630.47
HSV310°78°77°
CMYK 0.000.780.13   0.23
XYZ30.921316.439439.5736
Yxy16.43940.35570.1891
Hunter Lab40.545565.1751-29.4869
CIE-Lab47.545869.9781-33.1672

#c42caa color RGB value is (196,44,170).

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

The process color (four color CMYK) of #c42caa color hex is 0.00, 0.78, 0.13, 0.23. Web safe color of #c42caa is #cc3399. Color #c42caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 10101010
Octal 304 54 252
Decimal 196 44 170
Hex C4 2C AA

RGB Percentages of Color #c42caa

%47.80
%10.73
%41.46

CMYK Percentages of Color #c42caa

%0
%78
%13
%23

Triadic Colors of #c42caa

#c42caa #aac42c #2caac4

Analogous Colors of #c42caa

#c42caa #c42c5e #922cc4

Monochromatic Colors of #c42caa

#c42caa

Complementary Color

#c42caa #2cc446

#c42caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42caa Color CSS Codes

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

#c42caa Text Font Color

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

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


#c42caa Background Color

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

This div background color is #c42caa


#c42caa Border Color

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

This div border color is #c42caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42caa


Comments

No comments written yet.

Please login to write comment.