Color Hex Logo

#ec8ebe Color Hex

#EC8EBE
(236,142,190)
0 Favorites   0 Comments

Color spaces of #ec8ebe

RGB 236142190
HSL0.910.710.74
HSV329°40°93°
CMYK 0.000.400.19   0.07
XYZ53.559340.896653.7861
Yxy40.89660.36130.2759
Hunter Lab63.950437.5827-5.1011
CIE-Lab70.103441.8507-9.6464

#ec8ebe color RGB value is (236,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001110 10111110
Octal 354 216 276
Decimal 236 142 190
Hex EC 8E BE

RGB Percentages of Color #ec8ebe

%41.55
%25.00
%33.45

CMYK Percentages of Color #ec8ebe

%0
%40
%19
%7

Triadic Colors of #ec8ebe

#ec8ebe #beec8e #8ebeec

Analogous Colors of #ec8ebe

#ec8ebe #ec8e8f #eb8eec

Monochromatic Colors of #ec8ebe

#ec8ebe

Complementary Color

#ec8ebe #8eecbc

#ec8ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8ebe Color CSS Codes

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

#ec8ebe Text Font Color

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

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


#ec8ebe Background Color

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

This div background color is #ec8ebe


#ec8ebe Border Color

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

This div border color is #ec8ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8ebe

#ec8ebe Color Palettes


Comments

No comments written yet.

Please login to write comment.