Color Hex Logo

#f40fae Color Hex

#F40FAE
(244,15,174)
0 Favorites   0 Comments

Color spaces of #f40fae

RGB 24415174
HSL0.880.910.51
HSV318°94°96°
CMYK 0.000.940.29   0.04
XYZ45.119022.630742.0345
Yxy22.63070.41100.2061
Hunter Lab47.571786.0462-19.0886
CIE-Lab54.689985.3433-23.7490

#f40fae color RGB value is (244,15,174).

#f40fae hex color red value is 244, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f40fae hue: 0.88 , saturation: 0.91 and the lightness value of f40fae is 0.51.

The process color (four color CMYK) of #f40fae color hex is 0.00, 0.94, 0.29, 0.04. Web safe color of #f40fae is #ff0099. Color #f40fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001111 10101110
Octal 364 17 256
Decimal 244 15 174
Hex F4 F AE

RGB Percentages of Color #f40fae

%56.35
%3.46
%40.18

CMYK Percentages of Color #f40fae

%0
%94
%29
%4

Triadic Colors of #f40fae

#f40fae #aef40f #0faef4

Analogous Colors of #f40fae

#f40fae #f40f3b #c80ff4

Monochromatic Colors of #f40fae

#f40fae

Complementary Color

#f40fae #0ff455

#f40fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40fae Color CSS Codes

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

#f40fae Text Font Color

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

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


#f40fae Background Color

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

This div background color is #f40fae


#f40fae Border Color

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

This div border color is #f40fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40fae


Comments

No comments written yet.

Please login to write comment.