Color Hex Logo

#fd0eaf Color Hex

#FD0EAF
(253,14,175)
0 Favorites   0 Comments

Color spaces of #fd0eaf

RGB 25314175
HSL0.890.980.52
HSV320°94°99°
CMYK 0.000.940.31   0.01
XYZ48.402924.291942.6951
Yxy24.29190.41950.2105
Hunter Lab49.286889.0468-16.8597
CIE-Lab56.378987.3053-21.5959

#fd0eaf color RGB value is (253,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001110 10101111
Octal 375 16 257
Decimal 253 14 175
Hex FD E AF

RGB Percentages of Color #fd0eaf

%57.24
%3.17
%39.59

CMYK Percentages of Color #fd0eaf

%0
%94
%31
%1

Triadic Colors of #fd0eaf

#fd0eaf #affd0e #0eaffd

Analogous Colors of #fd0eaf

#fd0eaf #fd0e37 #d40efd

Monochromatic Colors of #fd0eaf

#fd0eaf

Complementary Color

#fd0eaf #0efd5c

#fd0eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0eaf Color CSS Codes

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

#fd0eaf Text Font Color

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

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


#fd0eaf Background Color

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

This div background color is #fd0eaf


#fd0eaf Border Color

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

This div border color is #fd0eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd0eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0eaf

Related Colors


Comments

No comments written yet.

Please login to write comment.