Color Hex Logo

#c42faa Color Hex

#C42FAA
(196,47,170)
0 Favorites   0 Comments

Color spaces of #c42faa

RGB 19647170
HSL0.860.610.48
HSV310°76°77°
CMYK 0.000.760.13   0.23
XYZ31.037216.671139.6122
Yxy16.67110.35540.1909
Hunter Lab40.830364.2342-28.9401
CIE-Lab47.842969.1264-32.7013

#c42faa color RGB value is (196,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 10101010
Octal 304 57 252
Decimal 196 47 170
Hex C4 2F AA

RGB Percentages of Color #c42faa

%47.46
%11.38
%41.16

CMYK Percentages of Color #c42faa

%0
%76
%13
%23

Triadic Colors of #c42faa

#c42faa #aac42f #2faac4

Analogous Colors of #c42faa

#c42faa #c42f60 #942fc4

Monochromatic Colors of #c42faa

#c42faa

Complementary Color

#c42faa #2fc449

#c42faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42faa Color CSS Codes

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

#c42faa Text Font Color

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

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


#c42faa Background Color

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

This div background color is #c42faa


#c42faa Border Color

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

This div border color is #c42faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42faa


Comments

No comments written yet.

Please login to write comment.