Color Hex Logo

#ed8782 Color Hex

#ED8782
(237,135,130)
0 Favorites   0 Comments

Color spaces of #ed8782

RGB 237135130
HSL0.010.750.72
HSV45°93°
CMYK 0.000.430.45   0.07
XYZ47.618336.944225.7403
Yxy36.94420.43170.3349
Hunter Lab60.781733.474417.4387
CIE-Lab67.235138.341819.8436

#ed8782 color RGB value is (237,135,130).

#ed8782 hex color red value is 237, green value is 135 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ed8782 hue: 0.01 , saturation: 0.75 and the lightness value of ed8782 is 0.72.

The process color (four color CMYK) of #ed8782 color hex is 0.00, 0.43, 0.45, 0.07. Web safe color of #ed8782 is #ff9999. Color #ed8782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 10000010
Octal 355 207 202
Decimal 237 135 130
Hex ED 87 82

RGB Percentages of Color #ed8782

%47.21
%26.89
%25.90

CMYK Percentages of Color #ed8782

%0
%43
%45
%7

Triadic Colors of #ed8782

#ed8782 #82ed87 #8782ed

Analogous Colors of #ed8782

#ed8782 #edbd82 #ed82b3

Monochromatic Colors of #ed8782

#ed8782

Complementary Color

#ed8782 #82e8ed

#ed8782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8782 Color CSS Codes

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

#ed8782 Text Font Color

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

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


#ed8782 Background Color

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

This div background color is #ed8782


#ed8782 Border Color

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

This div border color is #ed8782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8782


Comments

No comments written yet.

Please login to write comment.