Color Hex Logo

#eca3be Color Hex

#ECA3BE
(236,163,190)
0 Favorites   0 Comments

Color spaces of #eca3be

RGB 236163190
HSL0.940.660.78
HSV338°31°93°
CMYK 0.000.310.19   0.07
XYZ56.983547.745054.9275
Yxy47.74500.35690.2990
Hunter Lab69.097826.28421.2374
CIE-Lab74.663830.8138-2.8942

#eca3be color RGB value is (236,163,190).

#eca3be hex color red value is 236, green value is 163 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eca3be hue: 0.94 , saturation: 0.66 and the lightness value of eca3be is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 10111110
Octal 354 243 276
Decimal 236 163 190
Hex EC A3 BE

RGB Percentages of Color #eca3be

%40.07
%27.67
%32.26

CMYK Percentages of Color #eca3be

%0
%31
%19
%7

Triadic Colors of #eca3be

#eca3be #beeca3 #a3beec

Analogous Colors of #eca3be

#eca3be #ecada3 #eca3e3

Monochromatic Colors of #eca3be

#eca3be

Complementary Color

#eca3be #a3ecd1

#eca3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca3be Color CSS Codes

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

#eca3be Text Font Color

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

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


#eca3be Background Color

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

This div background color is #eca3be


#eca3be Border Color

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

This div border color is #eca3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca3be


Comments

No comments written yet.

Please login to write comment.