Color Hex Logo

#ff57aa Color Hex

#FF57AA
(255,87,170)
0 Favorites   0 Comments

Color spaces of #ff57aa

RGB 25587170
HSL0.921.000.67
HSV330°66°100°
CMYK 0.000.660.33   0.00
XYZ51.903930.978741.2741
Yxy30.97870.41810.2495
Hunter Lab55.658569.0563-5.0061
CIE-Lab62.489670.3693-9.4177

#ff57aa color RGB value is (255,87,170).

#ff57aa hex color red value is 255, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ff57aa hue: 0.92 , saturation: 1.00 and the lightness value of ff57aa is 0.67.

The process color (four color CMYK) of #ff57aa color hex is 0.00, 0.66, 0.33, 0.00. Web safe color of #ff57aa is #ff6699. Color #ff57aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010111 10101010
Octal 377 127 252
Decimal 255 87 170
Hex FF 57 AA

RGB Percentages of Color #ff57aa

%49.80
%16.99
%33.20

CMYK Percentages of Color #ff57aa

%0
%66
%33
%0

Triadic Colors of #ff57aa

#ff57aa #aaff57 #57aaff

Analogous Colors of #ff57aa

#ff57aa #ff5857 #ff57fe

Monochromatic Colors of #ff57aa

#ff57aa

Complementary Color

#ff57aa #57ffac

#ff57aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff57aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff57aa Color CSS Codes

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

#ff57aa Text Font Color

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

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


#ff57aa Background Color

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

This div background color is #ff57aa


#ff57aa Border Color

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

This div border color is #ff57aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,87,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff57aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff57aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ff57aa;
  box-shadow:         1px 1px 3px 2px #ff57aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,87,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff57aa


Comments

No comments written yet.

Please login to write comment.