Color Hex Logo

#ed103f Color Hex

#ED103F
(237,16,63)
0 Favorites   0 Comments

Color spaces of #ed103f

RGB 2371663
HSL0.960.870.50
HSV347°93°93°
CMYK 0.000.930.73   0.07
XYZ36.007518.73406.4208
Yxy18.73400.58870.3063
Hunter Lab43.282872.751521.5026
CIE-Lab50.374575.691436.5922

#ed103f color RGB value is (237,16,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 00111111
Octal 355 20 77
Decimal 237 16 63
Hex ED 10 3F

RGB Percentages of Color #ed103f

%75.00
%5.06
%19.94

CMYK Percentages of Color #ed103f

%0
%93
%73
%7

Triadic Colors of #ed103f

#ed103f #3fed10 #103fed

Analogous Colors of #ed103f

#ed103f #ed5010 #ed10ae

Monochromatic Colors of #ed103f

#ed103f

Complementary Color

#ed103f #10edbe

#ed103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed103f Color CSS Codes

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

#ed103f Text Font Color

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

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


#ed103f Background Color

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

This div background color is #ed103f


#ed103f Border Color

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

This div border color is #ed103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed103f


Comments

No comments written yet.

Please login to write comment.