Color Hex Logo

#fd57aa Color Hex

#FD57AA
(253,87,170)
0 Favorites   0 Comments

Color spaces of #fd57aa

RGB 25387170
HSL0.920.980.67
HSV330°66°99°
CMYK 0.000.660.33   0.01
XYZ51.171930.601341.2398
Yxy30.60130.41600.2488
Hunter Lab55.318468.3128-5.4777
CIE-Lab62.169669.8184-9.9293

#fd57aa color RGB value is (253,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 10101010
Octal 375 127 252
Decimal 253 87 170
Hex FD 57 AA

RGB Percentages of Color #fd57aa

%49.61
%17.06
%33.33

CMYK Percentages of Color #fd57aa

%0
%66
%33
%1

Triadic Colors of #fd57aa

#fd57aa #aafd57 #57aafd

Analogous Colors of #fd57aa

#fd57aa #fd5757 #fd57fd

Monochromatic Colors of #fd57aa

#fd57aa

Complementary Color

#fd57aa #57fdaa

#fd57aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd57aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd57aa Color CSS Codes

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

#fd57aa Text Font Color

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

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


#fd57aa Background Color

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

This div background color is #fd57aa


#fd57aa Border Color

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

This div border color is #fd57aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd57aa

Related Colors


Comments

No comments written yet.

Please login to write comment.