Color Hex Logo

#fd2edc Color Hex

#FD2EDC
(253,46,220)
0 Favorites   0 Comments

Color spaces of #fd2edc

RGB 25346220
HSL0.860.980.59
HSV310°82°99°
CMYK 0.000.820.13   0.01
XYZ54.403328.003970.2481
Yxy28.00390.35640.1834
Hunter Lab52.918790.8999-41.6627
CIE-Lab59.892388.0224-41.9690

#fd2edc color RGB value is (253,46,220).

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

The process color (four color CMYK) of #fd2edc color hex is 0.00, 0.82, 0.13, 0.01. Web safe color of #fd2edc is #ff33cc. Color #fd2edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101110 11011100
Octal 375 56 334
Decimal 253 46 220
Hex FD 2E DC

RGB Percentages of Color #fd2edc

%48.75
%8.86
%42.39

CMYK Percentages of Color #fd2edc

%0
%82
%13
%1

Triadic Colors of #fd2edc

#fd2edc #dcfd2e #2edcfd

Analogous Colors of #fd2edc

#fd2edc #fd2e75 #b72efd

Monochromatic Colors of #fd2edc

#fd2edc

Complementary Color

#fd2edc #2efd4f

#fd2edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2edc Color CSS Codes

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

#fd2edc Text Font Color

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

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


#fd2edc Background Color

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

This div background color is #fd2edc


#fd2edc Border Color

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

This div border color is #fd2edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2edc

#fd2edc Color Palettes


Comments

No comments written yet.

Please login to write comment.