Color Hex Logo

#ed5347 Color Hex

#ED5347
(237,83,71)
0 Favorites   0 Comments

Color spaces of #ed5347

RGB 2378371
HSL0.010.820.60
HSV70°93°
CMYK 0.000.650.70   0.07
XYZ39.155624.64608.6547
Yxy24.64600.54040.3401
Hunter Lab49.644753.907524.4151
CIE-Lab56.728958.552539.4021

#ed5347 color RGB value is (237,83,71).

#ed5347 hex color red value is 237, green value is 83 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ed5347 hue: 0.01 , saturation: 0.82 and the lightness value of ed5347 is 0.60.

The process color (four color CMYK) of #ed5347 color hex is 0.00, 0.65, 0.70, 0.07. Web safe color of #ed5347 is #ff6633. Color #ed5347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 01000111
Octal 355 123 107
Decimal 237 83 71
Hex ED 53 47

RGB Percentages of Color #ed5347

%60.61
%21.23
%18.16

CMYK Percentages of Color #ed5347

%0
%65
%70
%7

Triadic Colors of #ed5347

#ed5347 #47ed53 #5347ed

Analogous Colors of #ed5347

#ed5347 #eda647 #ed478e

Monochromatic Colors of #ed5347

#ed5347

Complementary Color

#ed5347 #47e1ed

#ed5347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5347 Color CSS Codes

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

#ed5347 Text Font Color

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

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


#ed5347 Background Color

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

This div background color is #ed5347


#ed5347 Border Color

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

This div border color is #ed5347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5347


Comments

No comments written yet.

Please login to write comment.