Color Hex Logo

#fd04aa Color Hex

#FD04AA
(253,4,170)
0 Favorites   0 Comments

Color spaces of #fd04aa

RGB 2534170
HSL0.890.980.50
HSV320°98°99°
CMYK 0.000.980.33   0.01
XYZ47.807123.871840.1182
Yxy23.87180.42760.2135
Hunter Lab48.858889.1550-14.4822
CIE-Lab55.959287.4691-19.3130

#fd04aa color RGB value is (253,4,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000100 10101010
Octal 375 4 252
Decimal 253 4 170
Hex FD 4 AA

RGB Percentages of Color #fd04aa

%59.25
%0.94
%39.81

CMYK Percentages of Color #fd04aa

%0
%98
%33
%1

Triadic Colors of #fd04aa

#fd04aa #aafd04 #04aafd

Analogous Colors of #fd04aa

#fd04aa #fd042e #d404fd

Monochromatic Colors of #fd04aa

#fd04aa

Complementary Color

#fd04aa #04fd57

#fd04aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd04aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd04aa Color CSS Codes

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

#fd04aa Text Font Color

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

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


#fd04aa Background Color

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

This div background color is #fd04aa


#fd04aa Border Color

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

This div border color is #fd04aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd04aa

Related Colors


Comments

No comments written yet.

Please login to write comment.