Color Hex Logo

#ed099c Color Hex

#ED099C
(237,9,156)
0 Favorites   0 Comments

Color spaces of #ed099c

RGB 2379156
HSL0.890.930.48
HSV321°96°93°
CMYK 0.000.960.34   0.07
XYZ41.023520.600233.2665
Yxy20.60020.43230.2171
Hunter Lab45.387481.9094-11.6851
CIE-Lab52.509182.5654-16.5843

#ed099c color RGB value is (237,9,156).

#ed099c hex color red value is 237, green value is 9 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ed099c hue: 0.89 , saturation: 0.93 and the lightness value of ed099c is 0.48.

The process color (four color CMYK) of #ed099c color hex is 0.00, 0.96, 0.34, 0.07. Web safe color of #ed099c is #ff0099. Color #ed099c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001001 10011100
Octal 355 11 234
Decimal 237 9 156
Hex ED 9 9C

RGB Percentages of Color #ed099c

%58.96
%2.24
%38.81

CMYK Percentages of Color #ed099c

%0
%96
%34
%7

Triadic Colors of #ed099c

#ed099c #9ced09 #099ced

Analogous Colors of #ed099c

#ed099c #ed092a #cc09ed

Monochromatic Colors of #ed099c

#ed099c

Complementary Color

#ed099c #09ed5a

#ed099c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed099c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed099c Color CSS Codes

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

#ed099c Text Font Color

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

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


#ed099c Background Color

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

This div background color is #ed099c


#ed099c Border Color

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

This div border color is #ed099c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed099c


Comments

No comments written yet.

Please login to write comment.