Color Hex Logo

#ed2edd Color Hex

#ED2EDD
(237,46,221)
0 Favorites   0 Comments

Color spaces of #ed2edd

RGB 23746221
HSL0.850.840.55
HSV305°81°93°
CMYK 0.000.810.07   0.07
XYZ48.953225.179070.6865
Yxy25.17900.33800.1739
Hunter Lab50.178786.3279-48.3965
CIE-Lab57.249485.0604-46.8843

#ed2edd color RGB value is (237,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101110 11011101
Octal 355 56 335
Decimal 237 46 221
Hex ED 2E DD

RGB Percentages of Color #ed2edd

%47.02
%9.13
%43.85

CMYK Percentages of Color #ed2edd

%0
%81
%7
%7

Triadic Colors of #ed2edd

#ed2edd #dded2e #2edded

Analogous Colors of #ed2edd

#ed2edd #ed2e7e #9e2eed

Monochromatic Colors of #ed2edd

#ed2edd

Complementary Color

#ed2edd #2eed3e

#ed2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2edd Color CSS Codes

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

#ed2edd Text Font Color

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

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


#ed2edd Background Color

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

This div background color is #ed2edd


#ed2edd Border Color

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

This div border color is #ed2edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2edd


Comments

No comments written yet.

Please login to write comment.