Color Hex Logo

#fd68df Color Hex

#FD68DF
(253,104,223)
0 Favorites   0 Comments

Color spaces of #fd68df

RGB 253104223
HSL0.870.970.70
HSV312°59°99°
CMYK 0.000.590.12   0.01
XYZ58.777636.111073.6842
Yxy36.11100.34870.2142
Hunter Lab60.092469.4327-30.6356
CIE-Lab66.604669.9306-33.1689

#fd68df color RGB value is (253,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 11011111
Octal 375 150 337
Decimal 253 104 223
Hex FD 68 DF

RGB Percentages of Color #fd68df

%43.62
%17.93
%38.45

CMYK Percentages of Color #fd68df

%0
%59
%12
%1

Triadic Colors of #fd68df

#fd68df #dffd68 #68dffd

Analogous Colors of #fd68df

#fd68df #fd6895 #d168fd

Monochromatic Colors of #fd68df

#fd68df

Complementary Color

#fd68df #68fd86

#fd68df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd68df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd68df Color CSS Codes

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

#fd68df Text Font Color

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

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


#fd68df Background Color

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

This div background color is #fd68df


#fd68df Border Color

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

This div border color is #fd68df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd68df


Comments

No comments written yet.

Please login to write comment.