Color Hex Logo

#ec8cdc Color Hex

#EC8CDC
(236,140,220)
0 Favorites   0 Comments

Color spaces of #ec8cdc

RGB 236140220
HSL0.860.720.74
HSV310°41°93°
CMYK 0.000.410.07   0.07
XYZ56.888441.756372.7716
Yxy41.75630.33190.2436
Hunter Lab64.619144.0617-21.5368
CIE-Lab70.702647.6535-25.3755

#ec8cdc color RGB value is (236,140,220).

#ec8cdc hex color red value is 236, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ec8cdc hue: 0.86 , saturation: 0.72 and the lightness value of ec8cdc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 11011100
Octal 354 214 334
Decimal 236 140 220
Hex EC 8C DC

RGB Percentages of Color #ec8cdc

%39.60
%23.49
%36.91

CMYK Percentages of Color #ec8cdc

%0
%41
%7
%7

Triadic Colors of #ec8cdc

#ec8cdc #dcec8c #8cdcec

Analogous Colors of #ec8cdc

#ec8cdc #ec8cac #cc8cec

Monochromatic Colors of #ec8cdc

#ec8cdc

Complementary Color

#ec8cdc #8cec9c

#ec8cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cdc Color CSS Codes

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

#ec8cdc Text Font Color

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

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


#ec8cdc Background Color

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

This div background color is #ec8cdc


#ec8cdc Border Color

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

This div border color is #ec8cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cdc


Comments

No comments written yet.

Please login to write comment.