Color Hex Logo

#c43fac Color Hex

#C43FAC
(196,63,172)
0 Favorites   0 Comments

Color spaces of #c43fac

RGB 19663172
HSL0.860.530.51
HSV311°68°77°
CMYK 0.000.680.12   0.23
XYZ31.988918.269340.8701
Yxy18.26930.35100.2005
Hunter Lab42.742658.7913-26.7728
CIE-Lab49.821164.0835-30.7861

#c43fac color RGB value is (196,63,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111111 10101100
Octal 304 77 254
Decimal 196 63 172
Hex C4 3F AC

RGB Percentages of Color #c43fac

%45.48
%14.62
%39.91

CMYK Percentages of Color #c43fac

%0
%68
%12
%23

Triadic Colors of #c43fac

#c43fac #acc43f #3facc4

Analogous Colors of #c43fac

#c43fac #c43f6a #9a3fc4

Monochromatic Colors of #c43fac

#c43fac

Complementary Color

#c43fac #3fc457

#c43fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43fac Color CSS Codes

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

#c43fac Text Font Color

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

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


#c43fac Background Color

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

This div background color is #c43fac


#c43fac Border Color

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

This div border color is #c43fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43fac


Comments

No comments written yet.

Please login to write comment.