Color Hex Logo

#fd1edc Color Hex

#FD1EDC
(253,30,220)
0 Favorites   0 Comments

Color spaces of #fd1edc

RGB 25330220
HSL0.860.980.55
HSV309°88°99°
CMYK 0.000.880.13   0.01
XYZ53.890626.978570.0772
Yxy26.97850.35700.1787
Hunter Lab51.940894.3041-43.6339
CIE-Lab58.954490.7565-43.4457

#fd1edc color RGB value is (253,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011110 11011100
Octal 375 36 334
Decimal 253 30 220
Hex FD 1E DC

RGB Percentages of Color #fd1edc

%50.30
%5.96
%43.74

CMYK Percentages of Color #fd1edc

%0
%88
%13
%1

Triadic Colors of #fd1edc

#fd1edc #dcfd1e #1edcfd

Analogous Colors of #fd1edc

#fd1edc #fd1e6d #af1efd

Monochromatic Colors of #fd1edc

#fd1edc

Complementary Color

#fd1edc #1efd3f

#fd1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1edc Color CSS Codes

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

#fd1edc Text Font Color

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

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


#fd1edc Background Color

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

This div background color is #fd1edc


#fd1edc Border Color

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

This div border color is #fd1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1edc

Related Colors


Comments

No comments written yet.

Please login to write comment.