Color Hex Logo

#c20faa Color Hex

#C20FAA
(194,15,170)
0 Favorites   0 Comments

Color spaces of #c20faa

RGB 19415170
HSL0.860.860.41
HSV308°92°76°
CMYK 0.000.920.12   0.24
XYZ29.674714.713339.3061
Yxy14.71330.35460.1758
Hunter Lab38.357970.9660-33.9051
CIE-Lab45.239075.2363-36.8221

#c20faa color RGB value is (194,15,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001111 10101010
Octal 302 17 252
Decimal 194 15 170
Hex C2 F AA

RGB Percentages of Color #c20faa

%51.19
%3.96
%44.85

CMYK Percentages of Color #c20faa

%0
%92
%12
%24

Triadic Colors of #c20faa

#c20faa #aac20f #0faac2

Analogous Colors of #c20faa

#c20faa #c20f50 #810fc2

Monochromatic Colors of #c20faa

#c20faa

Complementary Color

#c20faa #0fc227

#c20faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20faa Color CSS Codes

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

#c20faa Text Font Color

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

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


#c20faa Background Color

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

This div background color is #c20faa


#c20faa Border Color

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

This div border color is #c20faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20faa


Comments

No comments written yet.

Please login to write comment.