Color Hex Logo

#fd0eaa Color Hex

#FD0EAA
(253,14,170)
0 Favorites   0 Comments

Color spaces of #fd0eaa

RGB 25314170
HSL0.890.980.52
HSV321°94°99°
CMYK 0.000.940.33   0.01
XYZ47.920724.099040.1561
Yxy24.09900.42720.2148
Hunter Lab49.090788.3368-14.1356
CIE-Lab56.186886.8029-18.9658

#fd0eaa color RGB value is (253,14,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001110 10101010
Octal 375 16 252
Decimal 253 14 170
Hex FD E AA

RGB Percentages of Color #fd0eaa

%57.89
%3.20
%38.90

CMYK Percentages of Color #fd0eaa

%0
%94
%33
%1

Triadic Colors of #fd0eaa

#fd0eaa #aafd0e #0eaafd

Analogous Colors of #fd0eaa

#fd0eaa #fd0e32 #d90efd

Monochromatic Colors of #fd0eaa

#fd0eaa

Complementary Color

#fd0eaa #0efd61

#fd0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0eaa Color CSS Codes

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

#fd0eaa Text Font Color

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

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


#fd0eaa Background Color

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

This div background color is #fd0eaa


#fd0eaa Border Color

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

This div border color is #fd0eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0eaa


Comments

No comments written yet.

Please login to write comment.