Color Hex Logo

#eca9be Color Hex

#ECA9BE
(236,169,190)
0 Favorites   0 Comments

Color spaces of #eca9be

RGB 236169190
HSL0.950.640.79
HSV341°28°93°
CMYK 0.000.280.19   0.07
XYZ58.074349.926555.2911
Yxy49.92650.35560.3058
Hunter Lab70.658723.05633.0661
CIE-Lab76.024127.6236-0.8993

#eca9be color RGB value is (236,169,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 10111110
Octal 354 251 276
Decimal 236 169 190
Hex EC A9 BE

RGB Percentages of Color #eca9be

%39.66
%28.40
%31.93

CMYK Percentages of Color #eca9be

%0
%28
%19
%7

Triadic Colors of #eca9be

#eca9be #beeca9 #a9beec

Analogous Colors of #eca9be

#eca9be #ecb6a9 #eca9e0

Monochromatic Colors of #eca9be

#eca9be

Complementary Color

#eca9be #a9ecd7

#eca9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9be Color CSS Codes

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

#eca9be Text Font Color

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

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


#eca9be Background Color

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

This div background color is #eca9be


#eca9be Border Color

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

This div border color is #eca9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9be


Comments

No comments written yet.

Please login to write comment.