Color Hex Logo

#ed178a Color Hex

#ED178A
(237,23,138)
0 Favorites   0 Comments

Color spaces of #ed178a

RGB 23723138
HSL0.910.860.51
HSV328°90°93°
CMYK 0.000.900.42   0.07
XYZ39.818920.452325.8938
Yxy20.45230.46210.2374
Hunter Lab45.224278.0228-2.2904
CIE-Lab52.344879.5385-6.0748

#ed178a color RGB value is (237,23,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 10001010
Octal 355 27 212
Decimal 237 23 138
Hex ED 17 8A

RGB Percentages of Color #ed178a

%59.55
%5.78
%34.67

CMYK Percentages of Color #ed178a

%0
%90
%42
%7

Triadic Colors of #ed178a

#ed178a #8aed17 #178aed

Analogous Colors of #ed178a

#ed178a #ed171f #e517ed

Monochromatic Colors of #ed178a

#ed178a

Complementary Color

#ed178a #17ed7a

#ed178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed178a Color CSS Codes

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

#ed178a Text Font Color

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

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


#ed178a Background Color

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

This div background color is #ed178a


#ed178a Border Color

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

This div border color is #ed178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed178a


Comments

No comments written yet.

Please login to write comment.