Color Hex Logo

#ed18df Color Hex

#ED18DF
(237,24,223)
0 Favorites   0 Comments

Color spaces of #ed18df

RGB 23724223
HSL0.840.860.51
HSV304°90°93°
CMYK 0.000.900.06   0.07
XYZ48.571023.985571.8817
Yxy23.98550.33630.1661
Hunter Lab48.975091.3213-52.7388
CIE-Lab56.073389.0842-49.8828

#ed18df color RGB value is (237,24,223).

#ed18df hex color red value is 237, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed18df hue: 0.84 , saturation: 0.86 and the lightness value of ed18df is 0.51.

The process color (four color CMYK) of #ed18df color hex is 0.00, 0.90, 0.06, 0.07. Web safe color of #ed18df is #ff00cc. Color #ed18df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 11011111
Octal 355 30 337
Decimal 237 24 223
Hex ED 18 DF

RGB Percentages of Color #ed18df

%48.97
%4.96
%46.07

CMYK Percentages of Color #ed18df

%0
%90
%6
%7

Triadic Colors of #ed18df

#ed18df #dfed18 #18dfed

Analogous Colors of #ed18df

#ed18df #ed1875 #9118ed

Monochromatic Colors of #ed18df

#ed18df

Complementary Color

#ed18df #18ed26

#ed18df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed18df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed18df Color CSS Codes

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

#ed18df Text Font Color

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

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


#ed18df Background Color

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

This div background color is #ed18df


#ed18df Border Color

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

This div border color is #ed18df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed18df


Comments

No comments written yet.

Please login to write comment.