Color Hex Logo

#ed7160 Color Hex

#ED7160
(237,113,96)
0 Favorites   0 Comments

Color spaces of #ed7160

RGB 23711396
HSL0.020.800.65
HSV59°93°
CMYK 0.000.520.59   0.07
XYZ42.941530.659314.7209
Yxy30.65930.48620.3471
Hunter Lab55.370841.532322.9967
CIE-Lab62.219046.512032.2113

#ed7160 color RGB value is (237,113,96).

#ed7160 hex color red value is 237, green value is 113 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ed7160 hue: 0.02 , saturation: 0.80 and the lightness value of ed7160 is 0.65.

The process color (four color CMYK) of #ed7160 color hex is 0.00, 0.52, 0.59, 0.07. Web safe color of #ed7160 is #ff6666. Color #ed7160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 01100000
Octal 355 161 140
Decimal 237 113 96
Hex ED 71 60

RGB Percentages of Color #ed7160

%53.14
%25.34
%21.52

CMYK Percentages of Color #ed7160

%0
%52
%59
%7

Triadic Colors of #ed7160

#ed7160 #60ed71 #7160ed

Analogous Colors of #ed7160

#ed7160 #edb860 #ed6096

Monochromatic Colors of #ed7160

#ed7160

Complementary Color

#ed7160 #60dced

#ed7160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7160 Color CSS Codes

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

#ed7160 Text Font Color

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

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


#ed7160 Background Color

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

This div background color is #ed7160


#ed7160 Border Color

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

This div border color is #ed7160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7160


Comments

No comments written yet.

Please login to write comment.