Color Hex Logo

#ec89db Color Hex

#EC89DB
(236,137,219)
0 Favorites   0 Comments

Color spaces of #ec89db

RGB 236137219
HSL0.860.720.73
HSV310°42°93°
CMYK 0.000.420.07   0.07
XYZ56.323940.838771.9319
Yxy40.83870.33310.2415
Hunter Lab63.905245.4900-22.0034
CIE-Lab70.062849.0129-25.8035

#ec89db color RGB value is (236,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 11011011
Octal 354 211 333
Decimal 236 137 219
Hex EC 89 DB

RGB Percentages of Color #ec89db

%39.86
%23.14
%36.99

CMYK Percentages of Color #ec89db

%0
%42
%7
%7

Triadic Colors of #ec89db

#ec89db #dbec89 #89dbec

Analogous Colors of #ec89db

#ec89db #ec89aa #cc89ec

Monochromatic Colors of #ec89db

#ec89db

Complementary Color

#ec89db #89ec9a

#ec89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec89db Color CSS Codes

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

#ec89db Text Font Color

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

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


#ec89db Background Color

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

This div background color is #ec89db


#ec89db Border Color

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

This div border color is #ec89db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,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 #ec89db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec89db


Comments

No comments written yet.

Please login to write comment.