Color Hex Logo

#ed103c Color Hex

#ED103C
(237,16,60)
0 Favorites   0 Comments

Color spaces of #ed103c

RGB 2371660
HSL0.970.870.50
HSV348°93°93°
CMYK 0.000.930.75   0.07
XYZ35.926018.70145.9912
Yxy18.70140.59270.3085
Hunter Lab43.245172.610422.0575
CIE-Lab50.336075.584338.3022

#ed103c color RGB value is (237,16,60).

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

The process color (four color CMYK) of #ed103c color hex is 0.00, 0.93, 0.75, 0.07. Web safe color of #ed103c is #ff0033. Color #ed103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 00111100
Octal 355 20 74
Decimal 237 16 60
Hex ED 10 3C

RGB Percentages of Color #ed103c

%75.72
%5.11
%19.17

CMYK Percentages of Color #ed103c

%0
%93
%75
%7

Triadic Colors of #ed103c

#ed103c #3ced10 #103ced

Analogous Colors of #ed103c

#ed103c #ed5310 #ed10ab

Monochromatic Colors of #ed103c

#ed103c

Complementary Color

#ed103c #10edc1

#ed103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed103c Color CSS Codes

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

#ed103c Text Font Color

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

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


#ed103c Background Color

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

This div background color is #ed103c


#ed103c Border Color

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

This div border color is #ed103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed103c


Comments

No comments written yet.

Please login to write comment.