Color Hex Logo

#ed8590 Color Hex

#ED8590
(237,133,144)
0 Favorites   0 Comments

Color spaces of #ed8590

RGB 237133144
HSL0.980.740.73
HSV354°44°93°
CMYK 0.000.440.39   0.07
XYZ48.346636.793230.9392
Yxy36.79320.41650.3170
Hunter Lab60.657436.121912.2184
CIE-Lab67.121640.845611.8270

#ed8590 color RGB value is (237,133,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 10010000
Octal 355 205 220
Decimal 237 133 144
Hex ED 85 90

RGB Percentages of Color #ed8590

%46.11
%25.88
%28.02

CMYK Percentages of Color #ed8590

%0
%44
%39
%7

Triadic Colors of #ed8590

#ed8590 #90ed85 #8590ed

Analogous Colors of #ed8590

#ed8590 #edae85 #ed85c4

Monochromatic Colors of #ed8590

#ed8590

Complementary Color

#ed8590 #85ede2

#ed8590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8590 Color CSS Codes

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

#ed8590 Text Font Color

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

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


#ed8590 Background Color

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

This div background color is #ed8590


#ed8590 Border Color

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

This div border color is #ed8590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8590


Comments

No comments written yet.

Please login to write comment.