Color Hex Logo

#f05aae Color Hex

#F05AAE
(240,90,174)
0 Favorites   0 Comments

Color spaces of #f05aae

RGB 24090174
HSL0.910.830.65
HSV326°63°94°
CMYK 0.000.630.28   0.06
XYZ47.231328.893643.1321
Yxy28.89360.39600.2423
Hunter Lab53.752862.7764-9.9483
CIE-Lab60.687665.4852-14.6648

#f05aae color RGB value is (240,90,174).

#f05aae hex color red value is 240, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f05aae hue: 0.91 , saturation: 0.83 and the lightness value of f05aae is 0.65.

The process color (four color CMYK) of #f05aae color hex is 0.00, 0.63, 0.28, 0.06. Web safe color of #f05aae is #ff6699. Color #f05aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011010 10101110
Octal 360 132 256
Decimal 240 90 174
Hex F0 5A AE

RGB Percentages of Color #f05aae

%47.62
%17.86
%34.52

CMYK Percentages of Color #f05aae

%0
%63
%28
%6

Triadic Colors of #f05aae

#f05aae #aef05a #5aaef0

Analogous Colors of #f05aae

#f05aae #f05a63 #e75af0

Monochromatic Colors of #f05aae

#f05aae

Complementary Color

#f05aae #5af09c

#f05aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05aae Color CSS Codes

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

#f05aae Text Font Color

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

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


#f05aae Background Color

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

This div background color is #f05aae


#f05aae Border Color

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

This div border color is #f05aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05aae


Comments

No comments written yet.

Please login to write comment.