Color Hex Logo

#fd74df Color Hex

#FD74DF
(253,116,223)
0 Favorites   0 Comments

Color spaces of #fd74df

RGB 253116223
HSL0.870.970.72
HSV313°54°99°
CMYK 0.000.540.12   0.01
XYZ60.072738.701174.1159
Yxy38.70110.34750.2238
Hunter Lab62.210263.4990-27.0897
CIE-Lab68.534264.7196-30.1843

#fd74df color RGB value is (253,116,223).

#fd74df hex color red value is 253, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd74df hue: 0.87 , saturation: 0.97 and the lightness value of fd74df is 0.72.

The process color (four color CMYK) of #fd74df color hex is 0.00, 0.54, 0.12, 0.01. Web safe color of #fd74df is #ff66cc. Color #fd74df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 11011111
Octal 375 164 337
Decimal 253 116 223
Hex FD 74 DF

RGB Percentages of Color #fd74df

%42.74
%19.59
%37.67

CMYK Percentages of Color #fd74df

%0
%54
%12
%1

Triadic Colors of #fd74df

#fd74df #dffd74 #74dffd

Analogous Colors of #fd74df

#fd74df #fd749b #d774fd

Monochromatic Colors of #fd74df

#fd74df

Complementary Color

#fd74df #74fd92

#fd74df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd74df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd74df Color CSS Codes

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

#fd74df Text Font Color

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

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


#fd74df Background Color

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

This div background color is #fd74df


#fd74df Border Color

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

This div border color is #fd74df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd74df


Comments

No comments written yet.

Please login to write comment.