Color Hex Logo

#ed373b Color Hex

#ED373B
(237,55,59)
0 Favorites   0 Comments

Color spaces of #ed373b

RGB 2375559
HSL1.000.830.57
HSV359°77°93°
CMYK 0.000.770.75   0.07
XYZ37.080721.05276.2469
Yxy21.05270.57600.3270
Hunter Lab45.883263.959824.0461
CIE-Lab53.007167.903341.8404

#ed373b color RGB value is (237,55,59).

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

The process color (four color CMYK) of #ed373b color hex is 0.00, 0.77, 0.75, 0.07. Web safe color of #ed373b is #ff3333. Color #ed373b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110111 00111011
Octal 355 67 73
Decimal 237 55 59
Hex ED 37 3B

RGB Percentages of Color #ed373b

%67.52
%15.67
%16.81

CMYK Percentages of Color #ed373b

%0
%77
%75
%7

Triadic Colors of #ed373b

#ed373b #3bed37 #373bed

Analogous Colors of #ed373b

#ed373b #ed8e37 #ed3796

Monochromatic Colors of #ed373b

#ed373b

Complementary Color

#ed373b #37ede9

#ed373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed373b Color CSS Codes

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

#ed373b Text Font Color

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

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


#ed373b Background Color

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

This div background color is #ed373b


#ed373b Border Color

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

This div border color is #ed373b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed373b


Comments

No comments written yet.

Please login to write comment.