Color Hex Logo

#ec89b6 Color Hex

#EC89B6
(236,137,182)
0 Favorites   0 Comments

Color spaces of #ec89b6

RGB 236137182
HSL0.920.720.73
HSV333°42°93°
CMYK 0.000.420.23   0.07
XYZ51.981239.101649.0636
Yxy39.10160.37090.2790
Hunter Lab62.531338.9543-2.7485
CIE-Lab68.824843.2654-7.0813

#ec89b6 color RGB value is (236,137,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 10110110
Octal 354 211 266
Decimal 236 137 182
Hex EC 89 B6

RGB Percentages of Color #ec89b6

%42.52
%24.68
%32.79

CMYK Percentages of Color #ec89b6

%0
%42
%23
%7

Triadic Colors of #ec89b6

#ec89b6 #b6ec89 #89b6ec

Analogous Colors of #ec89b6

#ec89b6 #ec8e89 #ec89e8

Monochromatic Colors of #ec89b6

#ec89b6

Complementary Color

#ec89b6 #89ecbf

#ec89b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec89b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec89b6 Color CSS Codes

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

#ec89b6 Text Font Color

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

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


#ec89b6 Background Color

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

This div background color is #ec89b6


#ec89b6 Border Color

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

This div border color is #ec89b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec89b6


Comments

No comments written yet.

Please login to write comment.