Color Hex Logo

#ec8dcb Color Hex

#EC8DCB
(236,141,203)
0 Favorites   0 Comments

Color spaces of #ec8dcb

RGB 236141203
HSL0.890.710.74
HSV321°40°93°
CMYK 0.000.400.14   0.07
XYZ54.896441.194461.5579
Yxy41.19440.34820.2613
Hunter Lab64.182940.3533-11.9371
CIE-Lab70.311944.3606-16.5619

#ec8dcb color RGB value is (236,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 11001011
Octal 354 215 313
Decimal 236 141 203
Hex EC 8D CB

RGB Percentages of Color #ec8dcb

%40.69
%24.31
%35.00

CMYK Percentages of Color #ec8dcb

%0
%40
%14
%7

Triadic Colors of #ec8dcb

#ec8dcb #cbec8d #8dcbec

Analogous Colors of #ec8dcb

#ec8dcb #ec8d9c #de8dec

Monochromatic Colors of #ec8dcb

#ec8dcb

Complementary Color

#ec8dcb #8decae

#ec8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8dcb Color CSS Codes

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

#ec8dcb Text Font Color

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

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


#ec8dcb Background Color

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

This div background color is #ec8dcb


#ec8dcb Border Color

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

This div border color is #ec8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8dcb


Comments

No comments written yet.

Please login to write comment.