Color Hex Logo

#f55aae Color Hex

#F55AAE
(245,90,174)
0 Favorites   0 Comments

Color spaces of #f55aae

RGB 24590174
HSL0.910.890.66
HSV327°63°96°
CMYK 0.000.630.29   0.04
XYZ48.952329.780843.2126
Yxy29.78080.40140.2442
Hunter Lab54.571864.6185-8.7485
CIE-Lab61.464666.8889-13.4164

#f55aae color RGB value is (245,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 10101110
Octal 365 132 256
Decimal 245 90 174
Hex F5 5A AE

RGB Percentages of Color #f55aae

%48.13
%17.68
%34.18

CMYK Percentages of Color #f55aae

%0
%63
%29
%4

Triadic Colors of #f55aae

#f55aae #aef55a #5aaef5

Analogous Colors of #f55aae

#f55aae #f55a61 #ef5af5

Monochromatic Colors of #f55aae

#f55aae

Complementary Color

#f55aae #5af5a1

#f55aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55aae Color CSS Codes

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

#f55aae Text Font Color

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

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


#f55aae Background Color

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

This div background color is #f55aae


#f55aae Border Color

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

This div border color is #f55aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55aae


Comments

No comments written yet.

Please login to write comment.