Color Hex Logo

#c42fac Color Hex

#C42FAC
(196,47,172)
0 Favorites   0 Comments

Color spaces of #c42fac

RGB 19647172
HSL0.860.610.48
HSV310°76°77°
CMYK 0.000.760.12   0.23
XYZ31.227916.747440.6164
Yxy16.74740.35250.1890
Hunter Lab40.923664.5932-30.1984
CIE-Lab47.940269.4109-33.7300

#c42fac color RGB value is (196,47,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 10101100
Octal 304 57 254
Decimal 196 47 172
Hex C4 2F AC

RGB Percentages of Color #c42fac

%47.23
%11.33
%41.45

CMYK Percentages of Color #c42fac

%0
%76
%12
%23

Triadic Colors of #c42fac

#c42fac #acc42f #2facc4

Analogous Colors of #c42fac

#c42fac #c42f61 #922fc4

Monochromatic Colors of #c42fac

#c42fac

Complementary Color

#c42fac #2fc447

#c42fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fac Color CSS Codes

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

#c42fac Text Font Color

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

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


#c42fac Background Color

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

This div background color is #c42fac


#c42fac Border Color

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

This div border color is #c42fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fac


Comments

No comments written yet.

Please login to write comment.