Color Hex Logo

#ed8573 Color Hex

#ED8573
(237,133,115)
0 Favorites   0 Comments

Color spaces of #ed8573

RGB 237133115
HSL0.020.770.69
HSV51°93°
CMYK 0.000.440.51   0.07
XYZ46.407136.017420.7258
Yxy36.01740.44990.3492
Hunter Lab60.014533.002421.5346
CIE-Lab66.533237.971427.2503

#ed8573 color RGB value is (237,133,115).

#ed8573 hex color red value is 237, green value is 133 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ed8573 hue: 0.02 , saturation: 0.77 and the lightness value of ed8573 is 0.69.

The process color (four color CMYK) of #ed8573 color hex is 0.00, 0.44, 0.51, 0.07. Web safe color of #ed8573 is #ff9966. Color #ed8573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 01110011
Octal 355 205 163
Decimal 237 133 115
Hex ED 85 73

RGB Percentages of Color #ed8573

%48.87
%27.42
%23.71

CMYK Percentages of Color #ed8573

%0
%44
%51
%7

Triadic Colors of #ed8573

#ed8573 #73ed85 #8573ed

Analogous Colors of #ed8573

#ed8573 #edc273 #ed739e

Monochromatic Colors of #ed8573

#ed8573

Complementary Color

#ed8573 #73dbed

#ed8573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8573 Color CSS Codes

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

#ed8573 Text Font Color

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

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


#ed8573 Background Color

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

This div background color is #ed8573


#ed8573 Border Color

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

This div border color is #ed8573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8573


Comments

No comments written yet.

Please login to write comment.