Color Hex Logo

#ed898b Color Hex

#ED898B
(237,137,139)
0 Favorites   0 Comments

Color spaces of #ed898b

RGB 237137139
HSL1.000.740.73
HSV359°42°93°
CMYK 0.000.420.41   0.07
XYZ48.530937.759929.1566
Yxy37.75990.42040.3271
Hunter Lab61.449133.438814.8822
CIE-Lab67.843338.241415.6467

#ed898b color RGB value is (237,137,139).

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

The process color (four color CMYK) of #ed898b color hex is 0.00, 0.42, 0.41, 0.07. Web safe color of #ed898b is #ff9999. Color #ed898b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 10001011
Octal 355 211 213
Decimal 237 137 139
Hex ED 89 8B

RGB Percentages of Color #ed898b

%46.20
%26.71
%27.10

CMYK Percentages of Color #ed898b

%0
%42
%41
%7

Triadic Colors of #ed898b

#ed898b #8bed89 #898bed

Analogous Colors of #ed898b

#ed898b #edb989 #ed89bd

Monochromatic Colors of #ed898b

#ed898b

Complementary Color

#ed898b #89edeb

#ed898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed898b Color CSS Codes

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

#ed898b Text Font Color

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

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


#ed898b Background Color

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

This div background color is #ed898b


#ed898b Border Color

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

This div border color is #ed898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed898b


Comments

No comments written yet.

Please login to write comment.