Color Hex Logo

#ed1ee2 Color Hex

#ED1EE2
(237,30,226)
0 Favorites   0 Comments

Color spaces of #ed1ee2

RGB 23730226
HSL0.840.850.52
HSV303°87°93°
CMYK 0.000.870.05   0.07
XYZ49.116824.424174.0771
Yxy24.42410.33270.1655
Hunter Lab49.420790.9159-54.2757
CIE-Lab56.509988.6938-50.8851

#ed1ee2 color RGB value is (237,30,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011110 11100010
Octal 355 36 342
Decimal 237 30 226
Hex ED 1E E2

RGB Percentages of Color #ed1ee2

%48.07
%6.09
%45.84

CMYK Percentages of Color #ed1ee2

%0
%87
%5
%7

Triadic Colors of #ed1ee2

#ed1ee2 #e2ed1e #1ee2ed

Analogous Colors of #ed1ee2

#ed1ee2 #ed1e7b #911eed

Monochromatic Colors of #ed1ee2

#ed1ee2

Complementary Color

#ed1ee2 #1eed29

#ed1ee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1ee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1ee2 Color CSS Codes

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

#ed1ee2 Text Font Color

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

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


#ed1ee2 Background Color

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

This div background color is #ed1ee2


#ed1ee2 Border Color

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

This div border color is #ed1ee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1ee2


Comments

No comments written yet.

Please login to write comment.