Color Hex Logo

#ed2ddd Color Hex

#ED2DDD
(237,45,221)
0 Favorites   0 Comments

Color spaces of #ed2ddd

RGB 23745221
HSL0.850.840.55
HSV305°81°93°
CMYK 0.000.810.07   0.07
XYZ48.914625.101870.6737
Yxy25.10180.33810.1735
Hunter Lab50.101786.5927-48.5636
CIE-Lab57.174585.2780-47.0031

#ed2ddd color RGB value is (237,45,221).

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

The process color (four color CMYK) of #ed2ddd color hex is 0.00, 0.81, 0.07, 0.07. Web safe color of #ed2ddd is #ff33cc. Color #ed2ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101101 11011101
Octal 355 55 335
Decimal 237 45 221
Hex ED 2D DD

RGB Percentages of Color #ed2ddd

%47.12
%8.95
%43.94

CMYK Percentages of Color #ed2ddd

%0
%81
%7
%7

Triadic Colors of #ed2ddd

#ed2ddd #dded2d #2ddded

Analogous Colors of #ed2ddd

#ed2ddd #ed2d7d #9d2ded

Monochromatic Colors of #ed2ddd

#ed2ddd

Complementary Color

#ed2ddd #2ded3d

#ed2ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2ddd Color CSS Codes

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

#ed2ddd Text Font Color

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

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


#ed2ddd Background Color

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

This div background color is #ed2ddd


#ed2ddd Border Color

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

This div border color is #ed2ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2ddd


Comments

No comments written yet.

Please login to write comment.