Color Hex Logo

#c20fab Color Hex

#C20FAB
(194,15,171)
0 Favorites   0 Comments

Color spaces of #c20fab

RGB 19415171
HSL0.850.860.41
HSV308°92°76°
CMYK 0.000.920.12   0.24
XYZ29.769614.751339.8063
Yxy14.75130.35300.1749
Hunter Lab38.407471.1424-34.5643
CIE-Lab45.291775.3705-37.3328

#c20fab color RGB value is (194,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001111 10101011
Octal 302 17 253
Decimal 194 15 171
Hex C2 F AB

RGB Percentages of Color #c20fab

%51.05
%3.95
%45.00

CMYK Percentages of Color #c20fab

%0
%92
%12
%24

Triadic Colors of #c20fab

#c20fab #abc20f #0fabc2

Analogous Colors of #c20fab

#c20fab #c20f51 #800fc2

Monochromatic Colors of #c20fab

#c20fab

Complementary Color

#c20fab #0fc226

#c20fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20fab Color CSS Codes

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

#c20fab Text Font Color

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

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


#c20fab Background Color

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

This div background color is #c20fab


#c20fab Border Color

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

This div border color is #c20fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,15,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20fab


Comments

No comments written yet.

Please login to write comment.