Color Hex Logo

#ff1edc Color Hex

#FF1EDC
(255,30,220)
0 Favorites   0 Comments

Color spaces of #ff1edc

RGB 25530220
HSL0.861.000.56
HSV309°88°100°
CMYK 0.000.880.14   0.00
XYZ54.622527.355970.1114
Yxy27.35590.35910.1799
Hunter Lab52.302994.8865-42.8656
CIE-Lab59.302391.1220-42.8739

#ff1edc color RGB value is (255,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011110 11011100
Octal 377 36 334
Decimal 255 30 220
Hex FF 1E DC

RGB Percentages of Color #ff1edc

%50.50
%5.94
%43.56

CMYK Percentages of Color #ff1edc

%0
%88
%14
%0

Triadic Colors of #ff1edc

#ff1edc #dcff1e #1edcff

Analogous Colors of #ff1edc

#ff1edc #ff1e6c #b21eff

Monochromatic Colors of #ff1edc

#ff1edc

Complementary Color

#ff1edc #1eff41

#ff1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1edc Color CSS Codes

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

#ff1edc Text Font Color

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

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


#ff1edc Background Color

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

This div background color is #ff1edc


#ff1edc Border Color

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

This div border color is #ff1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1edc

Related Colors

#ff1edc Color Palettes


Comments

No comments written yet.

Please login to write comment.