Color Hex Logo

#fd87aa Color Hex

#FD87AA
(253,135,170)
0 Favorites   0 Comments

Color spaces of #fd87aa

RGB 253135170
HSL0.950.970.76
HSV342°47°99°
CMYK 0.000.470.33   0.01
XYZ56.427741.112942.9917
Yxy41.11290.40150.2926
Hunter Lab64.119344.87865.1299
CIE-Lab70.254948.44231.9902

#fd87aa color RGB value is (253,135,170).

#fd87aa hex color red value is 253, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd87aa hue: 0.95 , saturation: 0.97 and the lightness value of fd87aa is 0.76.

The process color (four color CMYK) of #fd87aa color hex is 0.00, 0.47, 0.33, 0.01. Web safe color of #fd87aa is #ff9999. Color #fd87aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 10101010
Octal 375 207 252
Decimal 253 135 170
Hex FD 87 AA

RGB Percentages of Color #fd87aa

%45.34
%24.19
%30.47

CMYK Percentages of Color #fd87aa

%0
%47
%33
%1

Triadic Colors of #fd87aa

#fd87aa #aafd87 #87aafd

Analogous Colors of #fd87aa

#fd87aa #fd9f87 #fd87e5

Monochromatic Colors of #fd87aa

#fd87aa

Complementary Color

#fd87aa #87fdda

#fd87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd87aa Color CSS Codes

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

#fd87aa Text Font Color

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

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


#fd87aa Background Color

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

This div background color is #fd87aa


#fd87aa Border Color

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

This div border color is #fd87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd87aa


Comments

No comments written yet.

Please login to write comment.