Color Hex Logo

#fd7eaf Color Hex

#FD7EAF
(253,126,175)
0 Favorites   0 Comments

Color spaces of #fd7eaf

RGB 253126175
HSL0.940.970.74
HSV337°50°99°
CMYK 0.000.500.31   0.01
XYZ55.706738.899545.1297
Yxy38.89950.39870.2784
Hunter Lab62.369550.28480.7572
CIE-Lab68.678453.4403-3.1210

#fd7eaf color RGB value is (253,126,175).

#fd7eaf hex color red value is 253, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fd7eaf hue: 0.94 , saturation: 0.97 and the lightness value of fd7eaf is 0.74.

The process color (four color CMYK) of #fd7eaf color hex is 0.00, 0.50, 0.31, 0.01. Web safe color of #fd7eaf is #ff6699. Color #fd7eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 10101111
Octal 375 176 257
Decimal 253 126 175
Hex FD 7E AF

RGB Percentages of Color #fd7eaf

%45.67
%22.74
%31.59

CMYK Percentages of Color #fd7eaf

%0
%50
%31
%1

Triadic Colors of #fd7eaf

#fd7eaf #affd7e #7eaffd

Analogous Colors of #fd7eaf

#fd7eaf #fd8d7e #fd7eef

Monochromatic Colors of #fd7eaf

#fd7eaf

Complementary Color

#fd7eaf #7efdcc

#fd7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7eaf Color CSS Codes

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

#fd7eaf Text Font Color

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

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


#fd7eaf Background Color

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

This div background color is #fd7eaf


#fd7eaf Border Color

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

This div border color is #fd7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7eaf


Comments

No comments written yet.

Please login to write comment.