Color Hex Logo

#ed0edf Color Hex

#ED0EDF
(237,14,223)
0 Favorites   0 Comments

Color spaces of #ed0edf

RGB 23714223
HSL0.840.890.49
HSV304°94°93°
CMYK 0.000.940.06   0.07
XYZ48.401423.646371.8252
Yxy23.64630.33640.1644
Hunter Lab48.627592.5721-53.5351
CIE-Lab55.731990.0898-50.4257

#ed0edf color RGB value is (237,14,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001110 11011111
Octal 355 16 337
Decimal 237 14 223
Hex ED E DF

RGB Percentages of Color #ed0edf

%50.00
%2.95
%47.05

CMYK Percentages of Color #ed0edf

%0
%94
%6
%7

Triadic Colors of #ed0edf

#ed0edf #dfed0e #0edfed

Analogous Colors of #ed0edf

#ed0edf #ed0e70 #8c0eed

Monochromatic Colors of #ed0edf

#ed0edf

Complementary Color

#ed0edf #0eed1c

#ed0edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0edf Color CSS Codes

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

#ed0edf Text Font Color

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

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


#ed0edf Background Color

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

This div background color is #ed0edf


#ed0edf Border Color

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

This div border color is #ed0edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0edf


Comments

No comments written yet.

Please login to write comment.