Color Hex Logo

#fd8cdf Color Hex

#FD8CDF
(253,140,223)
0 Favorites   0 Comments

Color spaces of #fd8cdf

RGB 253140223
HSL0.880.970.77
HSV316°45°99°
CMYK 0.000.450.12   0.01
XYZ63.205444.966575.1602
Yxy44.96650.34480.2453
Hunter Lab67.057150.8973-19.5146
CIE-Lab72.869853.3644-23.5315

#fd8cdf color RGB value is (253,140,223).

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

The process color (four color CMYK) of #fd8cdf color hex is 0.00, 0.45, 0.12, 0.01. Web safe color of #fd8cdf is #ff99cc. Color #fd8cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 11011111
Octal 375 214 337
Decimal 253 140 223
Hex FD 8C DF

RGB Percentages of Color #fd8cdf

%41.07
%22.73
%36.20

CMYK Percentages of Color #fd8cdf

%0
%45
%12
%1

Triadic Colors of #fd8cdf

#fd8cdf #dffd8c #8cdffd

Analogous Colors of #fd8cdf

#fd8cdf #fd8ca7 #e38cfd

Monochromatic Colors of #fd8cdf

#fd8cdf

Complementary Color

#fd8cdf #8cfdaa

#fd8cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8cdf Color CSS Codes

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

#fd8cdf Text Font Color

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

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


#fd8cdf Background Color

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

This div background color is #fd8cdf


#fd8cdf Border Color

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

This div border color is #fd8cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8cdf


Comments

No comments written yet.

Please login to write comment.