Color Hex Logo

#ed166a Color Hex

#ED166A
(237,22,106)
0 Favorites   0 Comments

Color spaces of #ed166a

RGB 23722106
HSL0.930.860.51
HSV337°91°93°
CMYK 0.000.910.55   0.07
XYZ37.813519.619015.4295
Yxy19.61900.51900.2693
Hunter Lab44.293374.873210.3518
CIE-Lab51.403777.205711.9430

#ed166a color RGB value is (237,22,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 01101010
Octal 355 26 152
Decimal 237 22 106
Hex ED 16 6A

RGB Percentages of Color #ed166a

%64.93
%6.03
%29.04

CMYK Percentages of Color #ed166a

%0
%91
%55
%7

Triadic Colors of #ed166a

#ed166a #6aed16 #166aed

Analogous Colors of #ed166a

#ed166a #ed2d16 #ed16d6

Monochromatic Colors of #ed166a

#ed166a

Complementary Color

#ed166a #16ed99

#ed166a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed166a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed166a Color CSS Codes

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

#ed166a Text Font Color

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

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


#ed166a Background Color

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

This div background color is #ed166a


#ed166a Border Color

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

This div border color is #ed166a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed166a


Comments

No comments written yet.

Please login to write comment.