Color Hex Logo

#fd8fdd Color Hex

#FD8FDD
(253,143,221)
0 Favorites   0 Comments

Color spaces of #fd8fdd

RGB 253143221
HSL0.880.960.78
HSV317°43°99°
CMYK 0.000.430.13   0.01
XYZ63.381645.748073.8963
Yxy45.74800.34630.2500
Hunter Lab67.637348.9037-17.4305
CIE-Lab73.381751.5631-21.6526

#fd8fdd color RGB value is (253,143,221).

#fd8fdd hex color red value is 253, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fd8fdd hue: 0.88 , saturation: 0.96 and the lightness value of fd8fdd is 0.78.

The process color (four color CMYK) of #fd8fdd color hex is 0.00, 0.43, 0.13, 0.01. Web safe color of #fd8fdd is #ff99cc. Color #fd8fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 11011101
Octal 375 217 335
Decimal 253 143 221
Hex FD 8F DD

RGB Percentages of Color #fd8fdd

%41.00
%23.18
%35.82

CMYK Percentages of Color #fd8fdd

%0
%43
%13
%1

Triadic Colors of #fd8fdd

#fd8fdd #ddfd8f #8fddfd

Analogous Colors of #fd8fdd

#fd8fdd #fd8fa6 #e68ffd

Monochromatic Colors of #fd8fdd

#fd8fdd

Complementary Color

#fd8fdd #8ffdaf

#fd8fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fdd Color CSS Codes

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

#fd8fdd Text Font Color

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

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


#fd8fdd Background Color

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

This div background color is #fd8fdd


#fd8fdd Border Color

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

This div border color is #fd8fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fdd


Comments

No comments written yet.

Please login to write comment.