Color Hex Logo

#f40aae Color Hex

#F40AAE
(244,10,174)
0 Favorites   0 Comments

Color spaces of #f40aae

RGB 24410174
HSL0.880.920.50
HSV318°96°96°
CMYK 0.000.960.29   0.04
XYZ45.056722.506242.0138
Yxy22.50620.41120.2054
Hunter Lab47.440786.5088-19.2991
CIE-Lab54.560085.7234-23.9490

#f40aae color RGB value is (244,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001010 10101110
Octal 364 12 256
Decimal 244 10 174
Hex F4 A AE

RGB Percentages of Color #f40aae

%57.01
%2.34
%40.65

CMYK Percentages of Color #f40aae

%0
%96
%29
%4

Triadic Colors of #f40aae

#f40aae #aef40a #0aaef4

Analogous Colors of #f40aae

#f40aae #f40a39 #c50af4

Monochromatic Colors of #f40aae

#f40aae

Complementary Color

#f40aae #0af450

#f40aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40aae Color CSS Codes

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

#f40aae Text Font Color

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

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


#f40aae Background Color

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

This div background color is #f40aae


#f40aae Border Color

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

This div border color is #f40aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40aae


Comments

No comments written yet.

Please login to write comment.