Color Hex Logo

#ed613f Color Hex

#ED613F
(237,97,63)
0 Favorites   0 Comments

Color spaces of #ed613f

RGB 2379763
HSL0.030.830.59
HSV12°73°93°
CMYK 0.000.590.73   0.07
XYZ40.096926.91287.7840
Yxy26.91280.53610.3598
Hunter Lab51.877547.179527.4181
CIE-Lab58.893552.179846.1205

#ed613f color RGB value is (237,97,63).

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

The process color (four color CMYK) of #ed613f color hex is 0.00, 0.59, 0.73, 0.07. Web safe color of #ed613f is #ff6633. Color #ed613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 00111111
Octal 355 141 77
Decimal 237 97 63
Hex ED 61 3F

RGB Percentages of Color #ed613f

%59.70
%24.43
%15.87

CMYK Percentages of Color #ed613f

%0
%59
%73
%7

Triadic Colors of #ed613f

#ed613f #3fed61 #613fed

Analogous Colors of #ed613f

#ed613f #edb83f #ed3f74

Monochromatic Colors of #ed613f

#ed613f

Complementary Color

#ed613f #3fcbed

#ed613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed613f Color CSS Codes

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

#ed613f Text Font Color

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

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


#ed613f Background Color

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

This div background color is #ed613f


#ed613f Border Color

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

This div border color is #ed613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed613f


Comments

No comments written yet.

Please login to write comment.