Color Hex Logo

#ed179e Color Hex

#ED179E
(237,23,158)
0 Favorites   0 Comments

Color spaces of #ed179e

RGB 23723158
HSL0.890.860.51
HSV322°90°93°
CMYK 0.000.900.33   0.07
XYZ41.403021.085934.2356
Yxy21.08590.42810.2180
Hunter Lab45.919480.5848-12.0606
CIE-Lab53.043481.4242-16.9588

#ed179e color RGB value is (237,23,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 10011110
Octal 355 27 236
Decimal 237 23 158
Hex ED 17 9E

RGB Percentages of Color #ed179e

%56.70
%5.50
%37.80

CMYK Percentages of Color #ed179e

%0
%90
%33
%7

Triadic Colors of #ed179e

#ed179e #9eed17 #179eed

Analogous Colors of #ed179e

#ed179e #ed1733 #d117ed

Monochromatic Colors of #ed179e

#ed179e

Complementary Color

#ed179e #17ed66

#ed179e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed179e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed179e Color CSS Codes

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

#ed179e Text Font Color

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

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


#ed179e Background Color

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

This div background color is #ed179e


#ed179e Border Color

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

This div border color is #ed179e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,23,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 #ed179e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed179e


Comments

No comments written yet.

Please login to write comment.