Color Hex Logo

#fd8dde Color Hex

#FD8DDE
(253,141,222)
0 Favorites   0 Comments

Color spaces of #fd8dde

RGB 253141222
HSL0.880.970.77
HSV317°44°99°
CMYK 0.000.440.12   0.01
XYZ63.217745.206374.5010
Yxy45.20630.34560.2471
Hunter Lab67.235650.1707-18.6318
CIE-Lab73.027552.7129-22.7414

#fd8dde color RGB value is (253,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001101 11011110
Octal 375 215 336
Decimal 253 141 222
Hex FD 8D DE

RGB Percentages of Color #fd8dde

%41.07
%22.89
%36.04

CMYK Percentages of Color #fd8dde

%0
%44
%12
%1

Triadic Colors of #fd8dde

#fd8dde #defd8d #8ddefd

Analogous Colors of #fd8dde

#fd8dde #fd8da6 #e48dfd

Monochromatic Colors of #fd8dde

#fd8dde

Complementary Color

#fd8dde #8dfdac

#fd8dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8dde Color CSS Codes

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

#fd8dde Text Font Color

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

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


#fd8dde Background Color

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

This div background color is #fd8dde


#fd8dde Border Color

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

This div border color is #fd8dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8dde

Related Colors


Comments

No comments written yet.

Please login to write comment.