Color Hex Logo

#ed009e Color Hex

#ED009E
(237,0,158)
0 Favorites   0 Comments

Color spaces of #ed009e

RGB 2370158
HSL0.891.000.46
HSV320°100°93°
CMYK 0.001.000.33   0.07
XYZ41.096620.473134.1334
Yxy20.47310.42940.2139
Hunter Lab45.247282.9432-13.0539
CIE-Lab52.367983.3982-17.9878

#ed009e color RGB value is (237,0,158).

#ed009e hex color red value is 237, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ed009e hue: 0.89 , saturation: 1.00 and the lightness value of ed009e is 0.46.

The process color (four color CMYK) of #ed009e color hex is 0.00, 1.00, 0.33, 0.07. Web safe color of #ed009e is #ff0099. Color #ed009e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10011110
Octal 355 0 236
Decimal 237 0 158
Hex ED 0 9E

RGB Percentages of Color #ed009e

%60.00
%0.00
%40.00

CMYK Percentages of Color #ed009e

%0
%100
%33
%7

Triadic Colors of #ed009e

#ed009e #9eed00 #009eed

Analogous Colors of #ed009e

#ed009e #ed0028 #c600ed

Monochromatic Colors of #ed009e

#ed009e

Complementary Color

#ed009e #00ed4f

#ed009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed009e Color CSS Codes

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

#ed009e Text Font Color

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

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


#ed009e Background Color

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

This div background color is #ed009e


#ed009e Border Color

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

This div border color is #ed009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed009e


Comments

No comments written yet.

Please login to write comment.