Color Hex Logo

#ed106c Color Hex

#ED106C
(237,16,108)
0 Favorites   0 Comments

Color spaces of #ed106c

RGB 23716108
HSL0.930.870.50
HSV335°93°93°
CMYK 0.000.930.54   0.07
XYZ37.817119.457815.9499
Yxy19.45780.51650.2657
Hunter Lab44.111075.83689.4393
CIE-Lab51.218678.015310.4645

#ed106c color RGB value is (237,16,108).

#ed106c hex color red value is 237, green value is 16 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ed106c hue: 0.93 , saturation: 0.87 and the lightness value of ed106c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 01101100
Octal 355 20 154
Decimal 237 16 108
Hex ED 10 6C

RGB Percentages of Color #ed106c

%65.65
%4.43
%29.92

CMYK Percentages of Color #ed106c

%0
%93
%54
%7

Triadic Colors of #ed106c

#ed106c #6ced10 #106ced

Analogous Colors of #ed106c

#ed106c #ed2210 #ed10db

Monochromatic Colors of #ed106c

#ed106c

Complementary Color

#ed106c #10ed91

#ed106c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed106c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed106c Color CSS Codes

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

#ed106c Text Font Color

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

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


#ed106c Background Color

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

This div background color is #ed106c


#ed106c Border Color

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

This div border color is #ed106c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed106c


Comments

No comments written yet.

Please login to write comment.