Color Hex Logo

#ed2eea Color Hex

#ED2EEA
(237,46,234)
0 Favorites   0 Comments

Color spaces of #ed2eea

RGB 23746234
HSL0.840.840.55
HSV301°81°93°
CMYK 0.000.810.01   0.07
XYZ50.753325.899080.1659
Yxy25.89900.32360.1652
Hunter Lab50.891188.9575-57.7725
CIE-Lab57.941186.9328-53.1108

#ed2eea color RGB value is (237,46,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101110 11101010
Octal 355 56 352
Decimal 237 46 234
Hex ED 2E EA

RGB Percentages of Color #ed2eea

%45.84
%8.90
%45.26

CMYK Percentages of Color #ed2eea

%0
%81
%1
%7

Triadic Colors of #ed2eea

#ed2eea #eaed2e #2eeaed

Analogous Colors of #ed2eea

#ed2eea #ed2e8b #912eed

Monochromatic Colors of #ed2eea

#ed2eea

Complementary Color

#ed2eea #2eed31

#ed2eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2eea Color CSS Codes

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

#ed2eea Text Font Color

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

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


#ed2eea Background Color

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

This div background color is #ed2eea


#ed2eea Border Color

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

This div border color is #ed2eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2eea


Comments

No comments written yet.

Please login to write comment.