Color Hex Logo

#fd09aa Color Hex

#FD09AA
(253,9,170)
0 Favorites   0 Comments

Color spaces of #fd09aa

RGB 2539170
HSL0.890.980.51
HSV320°96°99°
CMYK 0.000.960.33   0.01
XYZ47.861423.980340.1363
Yxy23.98030.42740.2142
Hunter Lab48.969788.7632-14.3162
CIE-Lab56.068187.1504-19.1469

#fd09aa color RGB value is (253,9,170).

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

The process color (four color CMYK) of #fd09aa color hex is 0.00, 0.96, 0.33, 0.01. Web safe color of #fd09aa is #ff0099. Color #fd09aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001001 10101010
Octal 375 11 252
Decimal 253 9 170
Hex FD 9 AA

RGB Percentages of Color #fd09aa

%58.56
%2.08
%39.35

CMYK Percentages of Color #fd09aa

%0
%96
%33
%1

Triadic Colors of #fd09aa

#fd09aa #aafd09 #09aafd

Analogous Colors of #fd09aa

#fd09aa #fd0930 #d609fd

Monochromatic Colors of #fd09aa

#fd09aa

Complementary Color

#fd09aa #09fd5c

#fd09aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd09aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd09aa Color CSS Codes

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

#fd09aa Text Font Color

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

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


#fd09aa Background Color

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

This div background color is #fd09aa


#fd09aa Border Color

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

This div border color is #fd09aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd09aa


Comments

No comments written yet.

Please login to write comment.