Color Hex Logo

#ed613d Color Hex

#ED613D
(237,97,61)
0 Favorites   0 Comments

Color spaces of #ed613d

RGB 2379761
HSL0.030.830.58
HSV12°74°93°
CMYK 0.000.590.74   0.07
XYZ40.042126.89087.4949
Yxy26.89080.53800.3613
Hunter Lab51.856347.084427.7301
CIE-Lab58.873152.096947.1259

#ed613d color RGB value is (237,97,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 00111101
Octal 355 141 75
Decimal 237 97 61
Hex ED 61 3D

RGB Percentages of Color #ed613d

%60.00
%24.56
%15.44

CMYK Percentages of Color #ed613d

%0
%59
%74
%7

Triadic Colors of #ed613d

#ed613d #3ded61 #613ded

Analogous Colors of #ed613d

#ed613d #edb93d #ed3d71

Monochromatic Colors of #ed613d

#ed613d

Complementary Color

#ed613d #3dc9ed

#ed613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed613d Color CSS Codes

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

#ed613d Text Font Color

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

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


#ed613d Background Color

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

This div background color is #ed613d


#ed613d Border Color

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

This div border color is #ed613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed613d


Comments

No comments written yet.

Please login to write comment.