Color Hex Logo

#ed2aee Color Hex

#ED2AEE
(237,42,238)
0 Favorites   0 Comments

Color spaces of #ed2aee

RGB 23742238
HSL0.830.850.55
HSV300°82°93°
CMYK 0.000.820.00   0.07
XYZ51.185625.833583.1775
Yxy25.83350.31950.1613
Hunter Lab50.826790.8139-61.4490
CIE-Lab57.878788.3501-55.4521

#ed2aee color RGB value is (237,42,238).

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

The process color (four color CMYK) of #ed2aee color hex is 0.00, 0.82, 0.00, 0.07. Web safe color of #ed2aee is #ff33ff. Color #ed2aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101010 11101110
Octal 355 52 356
Decimal 237 42 238
Hex ED 2A EE

RGB Percentages of Color #ed2aee

%45.84
%8.12
%46.03

CMYK Percentages of Color #ed2aee

%0
%82
%0
%7

Triadic Colors of #ed2aee

#ed2aee #eeed2a #2aeeed

Analogous Colors of #ed2aee

#ed2aee #ee2a8d #8b2aee

Monochromatic Colors of #ed2aee

#ed2aee

Complementary Color

#ed2aee #2bee2a

#ed2aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2aee Color CSS Codes

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

#ed2aee Text Font Color

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

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


#ed2aee Background Color

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

This div background color is #ed2aee


#ed2aee Border Color

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

This div border color is #ed2aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2aee


Comments

No comments written yet.

Please login to write comment.