Color Hex Logo

#ed8596 Color Hex

#ED8596
(237,133,150)
0 Favorites   0 Comments

Color spaces of #ed8596

RGB 237133150
HSL0.970.740.73
HSV350°44°93°
CMYK 0.000.440.37   0.07
XYZ48.817636.981633.4194
Yxy36.98160.40950.3102
Hunter Lab60.812536.87019.9860
CIE-Lab67.263241.52708.6477

#ed8596 color RGB value is (237,133,150).

#ed8596 hex color red value is 237, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ed8596 hue: 0.97 , saturation: 0.74 and the lightness value of ed8596 is 0.73.

The process color (four color CMYK) of #ed8596 color hex is 0.00, 0.44, 0.37, 0.07. Web safe color of #ed8596 is #ff9999. Color #ed8596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 10010110
Octal 355 205 226
Decimal 237 133 150
Hex ED 85 96

RGB Percentages of Color #ed8596

%45.58
%25.58
%28.85

CMYK Percentages of Color #ed8596

%0
%44
%37
%7

Triadic Colors of #ed8596

#ed8596 #96ed85 #8596ed

Analogous Colors of #ed8596

#ed8596 #eda885 #ed85ca

Monochromatic Colors of #ed8596

#ed8596

Complementary Color

#ed8596 #85eddc

#ed8596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8596 Color CSS Codes

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

#ed8596 Text Font Color

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

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


#ed8596 Background Color

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

This div background color is #ed8596


#ed8596 Border Color

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

This div border color is #ed8596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8596


Comments

No comments written yet.

Please login to write comment.