Color Hex Logo

#ed166e Color Hex

#ED166E
(237,22,110)
0 Favorites   0 Comments

Color spaces of #ed166e

RGB 23722110
HSL0.930.860.51
HSV335°91°93°
CMYK 0.000.910.54   0.07
XYZ38.026419.704116.5509
Yxy19.70410.51190.2653
Hunter Lab44.389375.23208.9658
CIE-Lab51.501077.47519.6435

#ed166e color RGB value is (237,22,110).

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

The process color (four color CMYK) of #ed166e color hex is 0.00, 0.91, 0.54, 0.07. Web safe color of #ed166e is #ff0066. Color #ed166e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 01101110
Octal 355 26 156
Decimal 237 22 110
Hex ED 16 6E

RGB Percentages of Color #ed166e

%64.23
%5.96
%29.81

CMYK Percentages of Color #ed166e

%0
%91
%54
%7

Triadic Colors of #ed166e

#ed166e #6eed16 #166eed

Analogous Colors of #ed166e

#ed166e #ed2a16 #ed16da

Monochromatic Colors of #ed166e

#ed166e

Complementary Color

#ed166e #16ed95

#ed166e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed166e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed166e Color CSS Codes

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

#ed166e Text Font Color

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

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


#ed166e Background Color

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

This div background color is #ed166e


#ed166e Border Color

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

This div border color is #ed166e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed166e


Comments

No comments written yet.

Please login to write comment.