Color Hex Logo

#ed5ded Color Hex

#ED5DED
(237,93,237)
0 Favorites   0 Comments

Color spaces of #ed5ded

RGB 23793237
HSL0.830.800.65
HSV300°61°93°
CMYK 0.000.610.00   0.07
XYZ54.125531.947783.4345
Yxy31.94770.31930.1885
Hunter Lab56.522372.0168-47.9544
CIE-Lab63.299672.6276-46.2937

#ed5ded color RGB value is (237,93,237).

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

The process color (four color CMYK) of #ed5ded color hex is 0.00, 0.61, 0.00, 0.07. Web safe color of #ed5ded is #ff66ff. Color #ed5ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011101 11101101
Octal 355 135 355
Decimal 237 93 237
Hex ED 5D ED

RGB Percentages of Color #ed5ded

%41.80
%16.40
%41.80

CMYK Percentages of Color #ed5ded

%0
%61
%0
%7

Triadic Colors of #ed5ded

#ed5ded #eded5d #5deded

Analogous Colors of #ed5ded

#ed5ded #ed5da5 #a55ded

Monochromatic Colors of #ed5ded

#ed5ded

Complementary Color

#ed5ded #5ded5d

#ed5ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ded Color CSS Codes

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

#ed5ded Text Font Color

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

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


#ed5ded Background Color

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

This div background color is #ed5ded


#ed5ded Border Color

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

This div border color is #ed5ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ded


Comments

No comments written yet.

Please login to write comment.