color codes Logo

#eca9b0 color codes

#ECA9B0
(236,169,176)
1 Favorites   0 Comments

Color spaces of #eca9b0

RGB 236169176
HSL0.980.640.79
HSV354°28°93°
CMYK 0.000.280.25   0.07
XYZ56.616549.343447.6145
Yxy49.34340.36870.3213
Hunter Lab70.244920.94038.9825
CIE-Lab75.664525.59366.2359

#eca9b0 color RGB value is (236,169,176).

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

The process color (four color CMYK) of #eca9b0 color code is 0.00, 0.28, 0.25, 0.07. Web safe color of #eca9b0 is #ff9999. Color #eca9b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 10110000
Octal 354 251 260
Decimal 236 169 176
Hex EC A9 B0

RGB Percentages of Color #eca9b0

%40.62
%29.09
%30.29

CMYK Percentages of Color #eca9b0

%0
%28
%25
%7

Triadic Colors of #eca9b0

#eca9b0 #b0eca9 #a9b0ec

Analogous Colors of #eca9b0

#eca9b0 #ecc4a9 #eca9d2

Monochromatic Colors of #eca9b0

#eca9b0

Complementary Color

#eca9b0 #a9ece5

#eca9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9b0 Color CSS Codes

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

#eca9b0 Text Font Color

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

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


#eca9b0 Background Color

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

This div background color is #eca9b0


#eca9b0 Border Color

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

This div border color is #eca9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9b0

#eca9b0 Color Palettes


Comments

No comments written yet.

Please login to write comment.