Color Hex Logo

#ff1edf Color Hex

#FF1EDF
(255,30,223)
0 Favorites   0 Comments

Color spaces of #ff1edf

RGB 25530223
HSL0.861.000.56
HSV309°88°100°
CMYK 0.000.880.13   0.00
XYZ55.023627.516372.2231
Yxy27.51630.35550.1778
Hunter Lab52.456095.4393-44.9132
CIE-Lab59.449291.5039-44.3375

#ff1edf color RGB value is (255,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011110 11011111
Octal 377 36 337
Decimal 255 30 223
Hex FF 1E DF

RGB Percentages of Color #ff1edf

%50.20
%5.91
%43.90

CMYK Percentages of Color #ff1edf

%0
%88
%13
%0

Triadic Colors of #ff1edf

#ff1edf #dfff1e #1edfff

Analogous Colors of #ff1edf

#ff1edf #ff1e6f #af1eff

Monochromatic Colors of #ff1edf

#ff1edf

Complementary Color

#ff1edf #1eff3e

#ff1edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1edf Color CSS Codes

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

#ff1edf Text Font Color

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

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


#ff1edf Background Color

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

This div background color is #ff1edf


#ff1edf Border Color

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

This div border color is #ff1edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,30,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1edf


Comments

No comments written yet.

Please login to write comment.