Color Hex Logo

#ed3760 Color Hex

#ED3760
(237,55,96)
0 Favorites   0 Comments

Color spaces of #ed3760

RGB 2375596
HSL0.960.830.57
HSV346°77°93°
CMYK 0.000.770.59   0.07
XYZ38.402621.581413.2079
Yxy21.58140.52470.2949
Hunter Lab46.455866.259115.6622
CIE-Lab53.580069.724820.9611

#ed3760 color RGB value is (237,55,96).

#ed3760 hex color red value is 237, green value is 55 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ed3760 hue: 0.96 , saturation: 0.83 and the lightness value of ed3760 is 0.57.

The process color (four color CMYK) of #ed3760 color hex is 0.00, 0.77, 0.59, 0.07. Web safe color of #ed3760 is #ff3366. Color #ed3760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110111 01100000
Octal 355 67 140
Decimal 237 55 96
Hex ED 37 60

RGB Percentages of Color #ed3760

%61.08
%14.18
%24.74

CMYK Percentages of Color #ed3760

%0
%77
%59
%7

Triadic Colors of #ed3760

#ed3760 #60ed37 #3760ed

Analogous Colors of #ed3760

#ed3760 #ed6937 #ed37bb

Monochromatic Colors of #ed3760

#ed3760

Complementary Color

#ed3760 #37edc4

#ed3760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3760 Color CSS Codes

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

#ed3760 Text Font Color

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

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


#ed3760 Background Color

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

This div background color is #ed3760


#ed3760 Border Color

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

This div border color is #ed3760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3760


Comments

No comments written yet.

Please login to write comment.