Color Hex Logo

#ed5edb Color Hex

#ED5EDB
(237,94,219)
0 Favorites   0 Comments

Color spaces of #ed5edb

RGB 23794219
HSL0.850.800.65
HSV308°60°93°
CMYK 0.000.600.08   0.07
XYZ51.713931.124470.2998
Yxy31.12440.33770.2032
Hunter Lab55.789267.8296-35.6586
CIE-Lab62.612569.3404-37.3213

#ed5edb color RGB value is (237,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 11011011
Octal 355 136 333
Decimal 237 94 219
Hex ED 5E DB

RGB Percentages of Color #ed5edb

%43.09
%17.09
%39.82

CMYK Percentages of Color #ed5edb

%0
%60
%8
%7

Triadic Colors of #ed5edb

#ed5edb #dbed5e #5edbed

Analogous Colors of #ed5edb

#ed5edb #ed5e94 #b85eed

Monochromatic Colors of #ed5edb

#ed5edb

Complementary Color

#ed5edb #5eed70

#ed5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5edb Color CSS Codes

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

#ed5edb Text Font Color

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

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


#ed5edb Background Color

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

This div background color is #ed5edb


#ed5edb Border Color

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

This div border color is #ed5edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,94,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5edb


Comments

No comments written yet.

Please login to write comment.