Color Hex Logo

#f45aae Color Hex

#F45AAE
(244,90,174)
0 Favorites   0 Comments

Color spaces of #f45aae

RGB 24490174
HSL0.910.880.65
HSV327°63°96°
CMYK 0.000.630.29   0.04
XYZ48.604429.601443.1963
Yxy29.60140.40040.2438
Hunter Lab54.407264.2496-8.9880
CIE-Lab61.308866.6090-13.6667

#f45aae color RGB value is (244,90,174).

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

The process color (four color CMYK) of #f45aae color hex is 0.00, 0.63, 0.29, 0.04. Web safe color of #f45aae is #ff6699. Color #f45aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011010 10101110
Octal 364 132 256
Decimal 244 90 174
Hex F4 5A AE

RGB Percentages of Color #f45aae

%48.03
%17.72
%34.25

CMYK Percentages of Color #f45aae

%0
%63
%29
%4

Triadic Colors of #f45aae

#f45aae #aef45a #5aaef4

Analogous Colors of #f45aae

#f45aae #f45a61 #ed5af4

Monochromatic Colors of #f45aae

#f45aae

Complementary Color

#f45aae #5af4a0

#f45aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45aae Color CSS Codes

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

#f45aae Text Font Color

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

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


#f45aae Background Color

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

This div background color is #f45aae


#f45aae Border Color

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

This div border color is #f45aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45aae


Comments

No comments written yet.

Please login to write comment.