Color Hex Logo

#ed5ddd Color Hex

#ED5DDD
(237,93,221)
0 Favorites   0 Comments

Color spaces of #ed5ddd

RGB 23793221
HSL0.850.800.65
HSV307°61°93°
CMYK 0.000.610.07   0.07
XYZ51.890531.053771.6656
Yxy31.05370.33560.2009
Hunter Lab55.725868.6945-37.2411
CIE-Lab62.552970.0613-38.5362

#ed5ddd color RGB value is (237,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011101 11011101
Octal 355 135 335
Decimal 237 93 221
Hex ED 5D DD

RGB Percentages of Color #ed5ddd

%43.01
%16.88
%40.11

CMYK Percentages of Color #ed5ddd

%0
%61
%7
%7

Triadic Colors of #ed5ddd

#ed5ddd #dded5d #5ddded

Analogous Colors of #ed5ddd

#ed5ddd #ed5d95 #b55ded

Monochromatic Colors of #ed5ddd

#ed5ddd

Complementary Color

#ed5ddd #5ded6d

#ed5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5ddd Color CSS Codes

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

#ed5ddd Text Font Color

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

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


#ed5ddd Background Color

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

This div background color is #ed5ddd


#ed5ddd Border Color

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

This div border color is #ed5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5ddd


Comments

No comments written yet.

Please login to write comment.