Color Hex Logo

#ed003f Color Hex

#ED003F
(237,0,63)
0 Favorites   0 Comments

Color spaces of #ed003f

RGB 237063
HSL0.961.000.46
HSV344°100°93°
CMYK 0.001.000.73   0.07
XYZ35.822318.36346.3591
Yxy18.36340.59170.3033
Hunter Lab42.852574.224021.1984
CIE-Lab49.933976.969236.0828

#ed003f color RGB value is (237,0,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 00111111
Octal 355 0 77
Decimal 237 0 63
Hex ED 0 3F

RGB Percentages of Color #ed003f

%79.00
%0.00
%21.00

CMYK Percentages of Color #ed003f

%0
%100
%73
%7

Triadic Colors of #ed003f

#ed003f #3fed00 #003fed

Analogous Colors of #ed003f

#ed003f #ed3800 #ed00b6

Monochromatic Colors of #ed003f

#ed003f

Complementary Color

#ed003f #00edae

#ed003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed003f Color CSS Codes

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

#ed003f Text Font Color

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

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


#ed003f Background Color

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

This div background color is #ed003f


#ed003f Border Color

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

This div border color is #ed003f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,0,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 #ed003f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed003f


Comments

No comments written yet.

Please login to write comment.