Color Hex Logo

#ec8dbe Color Hex

#EC8DBE
(236,141,190)
0 Favorites   0 Comments

Color spaces of #ec8dbe

RGB 236141190
HSL0.910.710.74
HSV329°40°93°
CMYK 0.000.400.19   0.07
XYZ53.411240.600353.7368
Yxy40.60030.36150.2748
Hunter Lab63.718438.1185-5.3993
CIE-Lab69.895042.3682-9.9574

#ec8dbe color RGB value is (236,141,190).

#ec8dbe hex color red value is 236, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec8dbe hue: 0.91 , saturation: 0.71 and the lightness value of ec8dbe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 10111110
Octal 354 215 276
Decimal 236 141 190
Hex EC 8D BE

RGB Percentages of Color #ec8dbe

%41.62
%24.87
%33.51

CMYK Percentages of Color #ec8dbe

%0
%40
%19
%7

Triadic Colors of #ec8dbe

#ec8dbe #beec8d #8dbeec

Analogous Colors of #ec8dbe

#ec8dbe #ec8d8f #eb8dec

Monochromatic Colors of #ec8dbe

#ec8dbe

Complementary Color

#ec8dbe #8decbb

#ec8dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8dbe Color CSS Codes

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

#ec8dbe Text Font Color

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

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


#ec8dbe Background Color

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

This div background color is #ec8dbe


#ec8dbe Border Color

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

This div border color is #ec8dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8dbe


Comments

No comments written yet.

Please login to write comment.