Color Hex Logo

#c40faa Color Hex

#C40FAA
(196,15,170)
0 Favorites   0 Comments

Color spaces of #c40faa

RGB 19615170
HSL0.860.860.41
HSV309°92°77°
CMYK 0.000.920.13   0.23
XYZ30.191514.979739.3303
Yxy14.97970.35730.1773
Hunter Lab38.703671.5110-33.1575
CIE-Lab45.606475.6105-36.2179

#c40faa color RGB value is (196,15,170).

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

The process color (four color CMYK) of #c40faa color hex is 0.00, 0.92, 0.13, 0.23. Web safe color of #c40faa is #cc0099. Color #c40faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001111 10101010
Octal 304 17 252
Decimal 196 15 170
Hex C4 F AA

RGB Percentages of Color #c40faa

%51.44
%3.94
%44.62

CMYK Percentages of Color #c40faa

%0
%92
%13
%23

Triadic Colors of #c40faa

#c40faa #aac40f #0faac4

Analogous Colors of #c40faa

#c40faa #c40f50 #840fc4

Monochromatic Colors of #c40faa

#c40faa

Complementary Color

#c40faa #0fc429

#c40faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40faa Color CSS Codes

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

#c40faa Text Font Color

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

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


#c40faa Background Color

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

This div background color is #c40faa


#c40faa Border Color

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

This div border color is #c40faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40faa


Comments

No comments written yet.

Please login to write comment.