Color Hex Logo

#eca6af Color Hex

#ECA6AF
(236,166,175)
0 Favorites   0 Comments

Color spaces of #eca6af

RGB 236166175
HSL0.980.650.79
HSV352°30°93°
CMYK 0.000.300.26   0.07
XYZ55.966248.200446.9113
Yxy48.20040.37040.3190
Hunter Lab69.426522.39638.5365
CIE-Lab74.951227.05135.7571

#eca6af color RGB value is (236,166,175).

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

The process color (four color CMYK) of #eca6af color hex is 0.00, 0.30, 0.26, 0.07. Web safe color of #eca6af is #ff9999. Color #eca6af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 10101111
Octal 354 246 257
Decimal 236 166 175
Hex EC A6 AF

RGB Percentages of Color #eca6af

%40.90
%28.77
%30.33

CMYK Percentages of Color #eca6af

%0
%30
%26
%7

Triadic Colors of #eca6af

#eca6af #afeca6 #a6afec

Analogous Colors of #eca6af

#eca6af #ecc0a6 #eca6d2

Monochromatic Colors of #eca6af

#eca6af

Complementary Color

#eca6af #a6ece3

#eca6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca6af Color CSS Codes

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

#eca6af Text Font Color

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

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


#eca6af Background Color

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

This div background color is #eca6af


#eca6af Border Color

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

This div border color is #eca6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca6af


Comments

No comments written yet.

Please login to write comment.