Color Hex Logo

#c20fac Color Hex

#C20FAC
(194,15,172)
0 Favorites   0 Comments

Color spaces of #c20fac

RGB 19415172
HSL0.850.860.41
HSV307°92°76°
CMYK 0.000.920.11   0.24
XYZ29.865414.789540.3103
Yxy14.78950.35150.1741
Hunter Lab38.457171.3213-35.2271
CIE-Lab45.344575.5065-37.8427

#c20fac color RGB value is (194,15,172).

#c20fac hex color red value is 194, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c20fac hue: 0.85 , saturation: 0.86 and the lightness value of c20fac is 0.41.

The process color (four color CMYK) of #c20fac color hex is 0.00, 0.92, 0.11, 0.24. Web safe color of #c20fac is #cc0099. Color #c20fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001111 10101100
Octal 302 17 254
Decimal 194 15 172
Hex C2 F AC

RGB Percentages of Color #c20fac

%50.92
%3.94
%45.14

CMYK Percentages of Color #c20fac

%0
%92
%11
%24

Triadic Colors of #c20fac

#c20fac #acc20f #0facc2

Analogous Colors of #c20fac

#c20fac #c20f52 #7f0fc2

Monochromatic Colors of #c20fac

#c20fac

Complementary Color

#c20fac #0fc225

#c20fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20fac Color CSS Codes

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

#c20fac Text Font Color

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

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


#c20fac Background Color

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

This div background color is #c20fac


#c20fac Border Color

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

This div border color is #c20fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20fac


Comments

No comments written yet.

Please login to write comment.