Color Hex Logo

#ed188c Color Hex

#ED188C
(237,24,140)
0 Favorites   0 Comments

Color spaces of #ed188c

RGB 23724140
HSL0.910.860.51
HSV327°90°93°
CMYK 0.000.900.41   0.07
XYZ39.985320.551226.6703
Yxy20.55120.45850.2357
Hunter Lab45.333478.1083-3.1477
CIE-Lab52.454879.5848-7.1116

#ed188c color RGB value is (237,24,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 10001100
Octal 355 30 214
Decimal 237 24 140
Hex ED 18 8C

RGB Percentages of Color #ed188c

%59.10
%5.99
%34.91

CMYK Percentages of Color #ed188c

%0
%90
%41
%7

Triadic Colors of #ed188c

#ed188c #8ced18 #188ced

Analogous Colors of #ed188c

#ed188c #ed1821 #e418ed

Monochromatic Colors of #ed188c

#ed188c

Complementary Color

#ed188c #18ed79

#ed188c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed188c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed188c Color CSS Codes

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

#ed188c Text Font Color

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

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


#ed188c Background Color

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

This div background color is #ed188c


#ed188c Border Color

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

This div border color is #ed188c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed188c


Comments

No comments written yet.

Please login to write comment.