Color Hex Logo

#eca9ca Color Hex

#ECA9CA
(236,169,202)
0 Favorites   0 Comments

Color spaces of #eca9ca

RGB 236169202
HSL0.920.640.79
HSV330°28°93°
CMYK 0.000.280.14   0.07
XYZ59.440750.473162.4865
Yxy50.47310.34480.2928
Hunter Lab71.044425.0178-2.4169
CIE-Lab76.358729.4831-6.9637

#eca9ca color RGB value is (236,169,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 11001010
Octal 354 251 312
Decimal 236 169 202
Hex EC A9 CA

RGB Percentages of Color #eca9ca

%38.88
%27.84
%33.28

CMYK Percentages of Color #eca9ca

%0
%28
%14
%7

Triadic Colors of #eca9ca

#eca9ca #caeca9 #a9caec

Analogous Colors of #eca9ca

#eca9ca #ecaaa9 #eca9ec

Monochromatic Colors of #eca9ca

#eca9ca

Complementary Color

#eca9ca #a9eccb

#eca9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9ca Color CSS Codes

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

#eca9ca Text Font Color

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

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


#eca9ca Background Color

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

This div background color is #eca9ca


#eca9ca Border Color

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

This div border color is #eca9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,169,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 #eca9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9ca


Comments

No comments written yet.

Please login to write comment.