Color Hex Logo

#ec9dbe Color Hex

#EC9DBE
(236,157,190)
0 Favorites   0 Comments

Color spaces of #ec9dbe

RGB 236157190
HSL0.930.680.77
HSV335°33°93°
CMYK 0.000.330.19   0.07
XYZ55.943345.664554.5808
Yxy45.66450.35820.2924
Hunter Lab67.575529.5165-0.5857
CIE-Lab73.327333.9935-4.8628

#ec9dbe color RGB value is (236,157,190).

#ec9dbe hex color red value is 236, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec9dbe hue: 0.93 , saturation: 0.68 and the lightness value of ec9dbe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011101 10111110
Octal 354 235 276
Decimal 236 157 190
Hex EC 9D BE

RGB Percentages of Color #ec9dbe

%40.48
%26.93
%32.59

CMYK Percentages of Color #ec9dbe

%0
%33
%19
%7

Triadic Colors of #ec9dbe

#ec9dbe #beec9d #9dbeec

Analogous Colors of #ec9dbe

#ec9dbe #eca49d #ec9de6

Monochromatic Colors of #ec9dbe

#ec9dbe

Complementary Color

#ec9dbe #9deccb

#ec9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9dbe Color CSS Codes

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

#ec9dbe Text Font Color

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

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


#ec9dbe Background Color

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

This div background color is #ec9dbe


#ec9dbe Border Color

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

This div border color is #ec9dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9dbe


Comments

No comments written yet.

Please login to write comment.