Color Hex Logo

#eca8ca Color Hex

#ECA8CA
(236,168,202)
0 Favorites   0 Comments

Color spaces of #eca8ca

RGB 236168202
HSL0.920.640.79
HSV330°29°93°
CMYK 0.000.290.14   0.07
XYZ59.255450.102462.4247
Yxy50.10240.34490.2917
Hunter Lab70.783025.5594-2.7407
CIE-Lab76.132130.0153-7.2997

#eca8ca color RGB value is (236,168,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 11001010
Octal 354 250 312
Decimal 236 168 202
Hex EC A8 CA

RGB Percentages of Color #eca8ca

%38.94
%27.72
%33.33

CMYK Percentages of Color #eca8ca

%0
%29
%14
%7

Triadic Colors of #eca8ca

#eca8ca #caeca8 #a8caec

Analogous Colors of #eca8ca

#eca8ca #eca8a8 #eca8ec

Monochromatic Colors of #eca8ca

#eca8ca

Complementary Color

#eca8ca #a8ecca

#eca8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca8ca Color CSS Codes

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

#eca8ca Text Font Color

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

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


#eca8ca Background Color

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

This div background color is #eca8ca


#eca8ca Border Color

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

This div border color is #eca8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca8ca


Comments

No comments written yet.

Please login to write comment.