Color Hex Logo

#ed16ac Color Hex

#ED16AC
(237,22,172)
0 Favorites   0 Comments

Color spaces of #ed16ac

RGB 23722172
HSL0.880.860.51
HSV318°91°93°
CMYK 0.000.910.27   0.07
XYZ42.658421.556940.9423
Yxy21.55690.40570.2050
Hunter Lab46.429482.7507-19.7824
CIE-Lab53.553783.0174-24.4356

#ed16ac color RGB value is (237,22,172).

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

The process color (four color CMYK) of #ed16ac color hex is 0.00, 0.91, 0.27, 0.07. Web safe color of #ed16ac is #ff0099. Color #ed16ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 10101100
Octal 355 26 254
Decimal 237 22 172
Hex ED 16 AC

RGB Percentages of Color #ed16ac

%54.99
%5.10
%39.91

CMYK Percentages of Color #ed16ac

%0
%91
%27
%7

Triadic Colors of #ed16ac

#ed16ac #aced16 #16aced

Analogous Colors of #ed16ac

#ed16ac #ed1640 #c316ed

Monochromatic Colors of #ed16ac

#ed16ac

Complementary Color

#ed16ac #16ed57

#ed16ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed16ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed16ac Color CSS Codes

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

#ed16ac Text Font Color

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

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


#ed16ac Background Color

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

This div background color is #ed16ac


#ed16ac Border Color

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

This div border color is #ed16ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed16ac


Comments

No comments written yet.

Please login to write comment.