Color Hex Logo

#ed5edf Color Hex

#ED5EDF
(237,94,223)
0 Favorites   0 Comments

Color spaces of #ed5edf

RGB 23794223
HSL0.850.800.65
HSV306°60°93°
CMYK 0.000.600.06   0.07
XYZ52.247031.337673.1071
Yxy31.33760.33340.2000
Hunter Lab55.980068.6318-38.2438
CIE-Lab62.791669.9663-39.2835

#ed5edf color RGB value is (237,94,223).

#ed5edf hex color red value is 237, green value is 94 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed5edf hue: 0.85 , saturation: 0.80 and the lightness value of ed5edf is 0.65.

The process color (four color CMYK) of #ed5edf color hex is 0.00, 0.60, 0.06, 0.07. Web safe color of #ed5edf is #ff66cc. Color #ed5edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 11011111
Octal 355 136 337
Decimal 237 94 223
Hex ED 5E DF

RGB Percentages of Color #ed5edf

%42.78
%16.97
%40.25

CMYK Percentages of Color #ed5edf

%0
%60
%6
%7

Triadic Colors of #ed5edf

#ed5edf #dfed5e #5edfed

Analogous Colors of #ed5edf

#ed5edf #ed5e98 #b45eed

Monochromatic Colors of #ed5edf

#ed5edf

Complementary Color

#ed5edf #5eed6c

#ed5edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5edf Color CSS Codes

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

#ed5edf Text Font Color

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

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


#ed5edf Background Color

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

This div background color is #ed5edf


#ed5edf Border Color

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

This div border color is #ed5edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5edf


Comments

No comments written yet.

Please login to write comment.