Color Hex Logo

#fd69df Color Hex

#FD69DF
(253,105,223)
0 Favorites   0 Comments

Color spaces of #fd69df

RGB 253105223
HSL0.870.970.70
HSV312°58°99°
CMYK 0.000.580.12   0.01
XYZ58.878936.313573.7180
Yxy36.31350.34860.2150
Hunter Lab60.260768.9508-30.3481
CIE-Lab66.758869.5109-32.9300

#fd69df color RGB value is (253,105,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 11011111
Octal 375 151 337
Decimal 253 105 223
Hex FD 69 DF

RGB Percentages of Color #fd69df

%43.55
%18.07
%38.38

CMYK Percentages of Color #fd69df

%0
%58
%12
%1

Triadic Colors of #fd69df

#fd69df #dffd69 #69dffd

Analogous Colors of #fd69df

#fd69df #fd6995 #d169fd

Monochromatic Colors of #fd69df

#fd69df

Complementary Color

#fd69df #69fd87

#fd69df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd69df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd69df Color CSS Codes

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

#fd69df Text Font Color

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

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


#fd69df Background Color

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

This div background color is #fd69df


#fd69df Border Color

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

This div border color is #fd69df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd69df

Related Colors


Comments

No comments written yet.

Please login to write comment.