Color Hex Logo

#ec8ebd Color Hex

#EC8EBD
(236,142,189)
0 Favorites   0 Comments

Color spaces of #ec8ebd

RGB 236142189
HSL0.920.710.74
HSV330°40°93°
CMYK 0.000.400.20   0.07
XYZ53.450440.853053.2124
Yxy40.85300.36230.2769
Hunter Lab63.916437.4180-4.6194
CIE-Lab70.072841.7026-9.1350

#ec8ebd color RGB value is (236,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001110 10111101
Octal 354 216 275
Decimal 236 142 189
Hex EC 8E BD

RGB Percentages of Color #ec8ebd

%41.62
%25.04
%33.33

CMYK Percentages of Color #ec8ebd

%0
%40
%20
%7

Triadic Colors of #ec8ebd

#ec8ebd #bdec8e #8ebdec

Analogous Colors of #ec8ebd

#ec8ebd #ec8e8e #ec8eec

Monochromatic Colors of #ec8ebd

#ec8ebd

Complementary Color

#ec8ebd #8eecbd

#ec8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8ebd Color CSS Codes

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

#ec8ebd Text Font Color

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

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


#ec8ebd Background Color

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

This div background color is #ec8ebd


#ec8ebd Border Color

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

This div border color is #ec8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8ebd


Comments

No comments written yet.

Please login to write comment.