Color Hex Logo

#ed2aec Color Hex

#ED2AEC
(237,42,236)
0 Favorites   0 Comments

Color spaces of #ed2aec

RGB 23742236
HSL0.830.840.55
HSV300°82°93°
CMYK 0.000.820.00   0.07
XYZ50.893325.716681.6383
Yxy25.71660.32160.1625
Hunter Lab50.711590.3946-59.9503
CIE-Lab57.767188.0554-54.5097

#ed2aec color RGB value is (237,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101010 11101100
Octal 355 52 354
Decimal 237 42 236
Hex ED 2A EC

RGB Percentages of Color #ed2aec

%46.02
%8.16
%45.83

CMYK Percentages of Color #ed2aec

%0
%82
%0
%7

Triadic Colors of #ed2aec

#ed2aec #eced2a #2aeced

Analogous Colors of #ed2aec

#ed2aec #ed2a8b #8d2aed

Monochromatic Colors of #ed2aec

#ed2aec

Complementary Color

#ed2aec #2aed2b

#ed2aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2aec Color CSS Codes

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

#ed2aec Text Font Color

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

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


#ed2aec Background Color

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

This div background color is #ed2aec


#ed2aec Border Color

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

This div border color is #ed2aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2aec


Comments

No comments written yet.

Please login to write comment.