Color Hex Logo

#ed0eed Color Hex

#ED0EED
(237,14,237)
0 Favorites   0 Comments

Color spaces of #ed0eed

RGB 23714237
HSL0.830.890.49
HSV300°94°93°
CMYK 0.000.940.00   0.07
XYZ50.368224.433082.1821
Yxy24.43300.32090.1556
Hunter Lab49.429795.3869-63.9750
CIE-Lab56.518792.0349-57.0645

#ed0eed color RGB value is (237,14,237).

#ed0eed hex color red value is 237, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed0eed hue: 0.83 , saturation: 0.89 and the lightness value of ed0eed is 0.49.

The process color (four color CMYK) of #ed0eed color hex is 0.00, 0.94, 0.00, 0.07. Web safe color of #ed0eed is #ff00ff. Color #ed0eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001110 11101101
Octal 355 16 355
Decimal 237 14 237
Hex ED E ED

RGB Percentages of Color #ed0eed

%48.57
%2.87
%48.57

CMYK Percentages of Color #ed0eed

%0
%94
%0
%7

Triadic Colors of #ed0eed

#ed0eed #eded0e #0eeded

Analogous Colors of #ed0eed

#ed0eed #ed0e7e #7e0eed

Monochromatic Colors of #ed0eed

#ed0eed

Complementary Color

#ed0eed #0eed0e

#ed0eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0eed Color CSS Codes

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

#ed0eed Text Font Color

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

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


#ed0eed Background Color

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

This div background color is #ed0eed


#ed0eed Border Color

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

This div border color is #ed0eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0eed


Comments

No comments written yet.

Please login to write comment.