Color Hex Logo

#ed3849 Color Hex

#ED3849
(237,56,73)
0 Favorites   0 Comments

Color spaces of #ed3849

RGB 2375673
HSL0.980.830.57
HSV354°76°93°
CMYK 0.000.760.69   0.07
XYZ37.541821.31398.4387
Yxy21.31390.55790.3167
Hunter Lab46.167064.359421.4795
CIE-Lab53.291368.186434.1967

#ed3849 color RGB value is (237,56,73).

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

The process color (four color CMYK) of #ed3849 color hex is 0.00, 0.76, 0.69, 0.07. Web safe color of #ed3849 is #ff3333. Color #ed3849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 01001001
Octal 355 70 111
Decimal 237 56 73
Hex ED 38 49

RGB Percentages of Color #ed3849

%64.75
%15.30
%19.95

CMYK Percentages of Color #ed3849

%0
%76
%69
%7

Triadic Colors of #ed3849

#ed3849 #49ed38 #3849ed

Analogous Colors of #ed3849

#ed3849 #ed8238 #ed38a4

Monochromatic Colors of #ed3849

#ed3849

Complementary Color

#ed3849 #38eddc

#ed3849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3849 Color CSS Codes

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

#ed3849 Text Font Color

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

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


#ed3849 Background Color

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

This div background color is #ed3849


#ed3849 Border Color

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

This div border color is #ed3849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3849


Comments

No comments written yet.

Please login to write comment.