Color Hex Logo

#fd4ddc Color Hex

#FD4DDC
(253,77,220)
0 Favorites   0 Comments

Color spaces of #fd4ddc

RGB 25377220
HSL0.860.980.65
HSV311°70°99°
CMYK 0.000.700.13   0.01
XYZ56.080231.357770.8070
Yxy31.35770.35440.1982
Hunter Lab55.997980.7658-35.7711
CIE-Lab62.808479.6749-37.3982

#fd4ddc color RGB value is (253,77,220).

#fd4ddc hex color red value is 253, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd4ddc hue: 0.86 , saturation: 0.98 and the lightness value of fd4ddc is 0.65.

The process color (four color CMYK) of #fd4ddc color hex is 0.00, 0.70, 0.13, 0.01. Web safe color of #fd4ddc is #ff66cc. Color #fd4ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001101 11011100
Octal 375 115 334
Decimal 253 77 220
Hex FD 4D DC

RGB Percentages of Color #fd4ddc

%46.00
%14.00
%40.00

CMYK Percentages of Color #fd4ddc

%0
%70
%13
%1

Triadic Colors of #fd4ddc

#fd4ddc #dcfd4d #4ddcfd

Analogous Colors of #fd4ddc

#fd4ddc #fd4d84 #c64dfd

Monochromatic Colors of #fd4ddc

#fd4ddc

Complementary Color

#fd4ddc #4dfd6e

#fd4ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4ddc Color CSS Codes

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

#fd4ddc Text Font Color

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

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


#fd4ddc Background Color

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

This div background color is #fd4ddc


#fd4ddc Border Color

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

This div border color is #fd4ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4ddc

Related Colors


Comments

No comments written yet.

Please login to write comment.