Color Hex Logo

#f40caa Color Hex

#F40CAA
(244,12,170)
0 Favorites   0 Comments

Color spaces of #f40caa

RGB 24412170
HSL0.890.910.50
HSV319°95°96°
CMYK 0.000.950.30   0.04
XYZ44.695422.398339.9978
Yxy22.39830.41740.2092
Hunter Lab47.326885.7532-16.9796
CIE-Lab54.447185.1654-21.7766

#f40caa color RGB value is (244,12,170).

#f40caa hex color red value is 244, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f40caa hue: 0.89 , saturation: 0.91 and the lightness value of f40caa is 0.50.

The process color (four color CMYK) of #f40caa color hex is 0.00, 0.95, 0.30, 0.04. Web safe color of #f40caa is #ff0099. Color #f40caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001100 10101010
Octal 364 14 252
Decimal 244 12 170
Hex F4 C AA

RGB Percentages of Color #f40caa

%57.28
%2.82
%39.91

CMYK Percentages of Color #f40caa

%0
%95
%30
%4

Triadic Colors of #f40caa

#f40caa #aaf40c #0caaf4

Analogous Colors of #f40caa

#f40caa #f40c36 #ca0cf4

Monochromatic Colors of #f40caa

#f40caa

Complementary Color

#f40caa #0cf456

#f40caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40caa Color CSS Codes

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

#f40caa Text Font Color

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

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


#f40caa Background Color

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

This div background color is #f40caa


#f40caa Border Color

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

This div border color is #f40caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40caa


Comments

No comments written yet.

Please login to write comment.