Color Hex Logo

#ed8773 Color Hex

#ED8773
(237,135,115)
0 Favorites   0 Comments

Color spaces of #ed8773

RGB 237135115
HSL0.030.770.69
HSV10°51°93°
CMYK 0.000.430.51   0.07
XYZ46.683536.570320.8179
Yxy36.57030.44860.3514
Hunter Lab60.473431.967821.9208
CIE-Lab66.953436.940427.8046

#ed8773 color RGB value is (237,135,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 01110011
Octal 355 207 163
Decimal 237 135 115
Hex ED 87 73

RGB Percentages of Color #ed8773

%48.67
%27.72
%23.61

CMYK Percentages of Color #ed8773

%0
%43
%51
%7

Triadic Colors of #ed8773

#ed8773 #73ed87 #8773ed

Analogous Colors of #ed8773

#ed8773 #edc473 #ed739c

Monochromatic Colors of #ed8773

#ed8773

Complementary Color

#ed8773 #73d9ed

#ed8773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8773 Color CSS Codes

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

#ed8773 Text Font Color

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

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


#ed8773 Background Color

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

This div background color is #ed8773


#ed8773 Border Color

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

This div border color is #ed8773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8773


Comments

No comments written yet.

Please login to write comment.