Color Hex Logo

#ed89cc Color Hex

#ED89CC
(237,137,204)
0 Favorites   0 Comments

Color spaces of #ed89cc

RGB 237137204
HSL0.890.740.73
HSV320°42°93°
CMYK 0.000.420.14   0.07
XYZ54.769840.255562.0101
Yxy40.25550.34880.2563
Hunter Lab63.447243.0546-13.5340
CIE-Lab69.651146.8884-18.1051

#ed89cc color RGB value is (237,137,204).

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

The process color (four color CMYK) of #ed89cc color hex is 0.00, 0.42, 0.14, 0.07. Web safe color of #ed89cc is #ff99cc. Color #ed89cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 11001100
Octal 355 211 314
Decimal 237 137 204
Hex ED 89 CC

RGB Percentages of Color #ed89cc

%41.00
%23.70
%35.29

CMYK Percentages of Color #ed89cc

%0
%42
%14
%7

Triadic Colors of #ed89cc

#ed89cc #cced89 #89cced

Analogous Colors of #ed89cc

#ed89cc #ed899a #dc89ed

Monochromatic Colors of #ed89cc

#ed89cc

Complementary Color

#ed89cc #89edaa

#ed89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed89cc Color CSS Codes

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

#ed89cc Text Font Color

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

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


#ed89cc Background Color

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

This div background color is #ed89cc


#ed89cc Border Color

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

This div border color is #ed89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed89cc


Comments

No comments written yet.

Please login to write comment.