Color Hex Logo

#ed443f Color Hex

#ED443F
(237,68,63)
0 Favorites   0 Comments

Color spaces of #ed443f

RGB 2376863
HSL0.000.830.59
HSV73°93°
CMYK 0.000.710.73   0.07
XYZ37.889422.49777.0481
Yxy22.49770.56190.3336
Hunter Lab47.431759.583724.3920
CIE-Lab54.551163.885041.3365

#ed443f color RGB value is (237,68,63).

#ed443f hex color red value is 237, green value is 68 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ed443f hue: 0.00 , saturation: 0.83 and the lightness value of ed443f is 0.59.

The process color (four color CMYK) of #ed443f color hex is 0.00, 0.71, 0.73, 0.07. Web safe color of #ed443f is #ff3333. Color #ed443f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000100 00111111
Octal 355 104 77
Decimal 237 68 63
Hex ED 44 3F

RGB Percentages of Color #ed443f

%64.40
%18.48
%17.12

CMYK Percentages of Color #ed443f

%0
%71
%73
%7

Triadic Colors of #ed443f

#ed443f #3fed44 #443fed

Analogous Colors of #ed443f

#ed443f #ed9b3f #ed3f91

Monochromatic Colors of #ed443f

#ed443f

Complementary Color

#ed443f #3fe8ed

#ed443f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed443f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed443f Color CSS Codes

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

#ed443f Text Font Color

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

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


#ed443f Background Color

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

This div background color is #ed443f


#ed443f Border Color

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

This div border color is #ed443f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed443f


Comments

No comments written yet.

Please login to write comment.