Color Hex Logo

#ed177e Color Hex

#ED177E
(237,23,126)
0 Favorites   0 Comments

Color spaces of #ed177e

RGB 23723126
HSL0.920.860.51
HSV331°90°93°
CMYK 0.000.900.47   0.07
XYZ38.997320.123721.5675
Yxy20.12370.48330.2494
Hunter Lab44.859476.66992.8962
CIE-Lab51.976878.53360.6162

#ed177e color RGB value is (237,23,126).

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

The process color (four color CMYK) of #ed177e color hex is 0.00, 0.90, 0.47, 0.07. Web safe color of #ed177e is #ff0066. Color #ed177e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 01111110
Octal 355 27 176
Decimal 237 23 126
Hex ED 17 7E

RGB Percentages of Color #ed177e

%61.40
%5.96
%32.64

CMYK Percentages of Color #ed177e

%0
%90
%47
%7

Triadic Colors of #ed177e

#ed177e #7eed17 #177eed

Analogous Colors of #ed177e

#ed177e #ed1b17 #ed17e9

Monochromatic Colors of #ed177e

#ed177e

Complementary Color

#ed177e #17ed86

#ed177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed177e Color CSS Codes

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

#ed177e Text Font Color

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

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


#ed177e Background Color

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

This div background color is #ed177e


#ed177e Border Color

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

This div border color is #ed177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed177e


Comments

No comments written yet.

Please login to write comment.