Color Hex Logo

#eca8ce Color Hex

#ECA8CE
(236,168,206)
0 Favorites   0 Comments

Color spaces of #eca8ce

RGB 236168206
HSL0.910.640.79
HSV326°29°93°
CMYK 0.000.290.13   0.07
XYZ59.735350.294464.9519
Yxy50.29440.34140.2874
Hunter Lab70.918526.2446-4.6587
CIE-Lab76.249630.6587-9.3096

#eca8ce color RGB value is (236,168,206).

#eca8ce hex color red value is 236, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eca8ce hue: 0.91 , saturation: 0.64 and the lightness value of eca8ce is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 11001110
Octal 354 250 316
Decimal 236 168 206
Hex EC A8 CE

RGB Percentages of Color #eca8ce

%38.69
%27.54
%33.77

CMYK Percentages of Color #eca8ce

%0
%29
%13
%7

Triadic Colors of #eca8ce

#eca8ce #ceeca8 #a8ceec

Analogous Colors of #eca8ce

#eca8ce #eca8ac #e8a8ec

Monochromatic Colors of #eca8ce

#eca8ce

Complementary Color

#eca8ce #a8ecc6

#eca8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca8ce Color CSS Codes

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

#eca8ce Text Font Color

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

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


#eca8ce Background Color

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

This div background color is #eca8ce


#eca8ce Border Color

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

This div border color is #eca8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca8ce


Comments

No comments written yet.

Please login to write comment.