Color Hex Logo

#ed89db Color Hex

#ED89DB
(237,137,219)
0 Favorites   0 Comments

Color spaces of #ed89db

RGB 237137219
HSL0.860.740.73
HSV311°42°93°
CMYK 0.000.420.08   0.07
XYZ56.656941.010371.9475
Yxy41.01030.33400.2418
Hunter Lab64.039345.8539-21.7842
CIE-Lab70.183149.3201-25.6085

#ed89db color RGB value is (237,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 11011011
Octal 355 211 333
Decimal 237 137 219
Hex ED 89 DB

RGB Percentages of Color #ed89db

%39.97
%23.10
%36.93

CMYK Percentages of Color #ed89db

%0
%42
%8
%7

Triadic Colors of #ed89db

#ed89db #dbed89 #89dbed

Analogous Colors of #ed89db

#ed89db #ed89a9 #cd89ed

Monochromatic Colors of #ed89db

#ed89db

Complementary Color

#ed89db #89ed9b

#ed89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed89db Color CSS Codes

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

#ed89db Text Font Color

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

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


#ed89db Background Color

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

This div background color is #ed89db


#ed89db Border Color

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

This div border color is #ed89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed89db


Comments

No comments written yet.

Please login to write comment.