Color Hex Logo

#eca0bc Color Hex

#ECA0BC
(236,160,188)
0 Favorites   0 Comments

Color spaces of #eca0bc

RGB 236160188
HSL0.940.670.78
HSV338°32°93°
CMYK 0.000.320.20   0.07
XYZ56.240046.605353.6085
Yxy46.60530.35950.2979
Hunter Lab68.268127.58121.2293
CIE-Lab73.936632.1067-2.8632

#eca0bc color RGB value is (236,160,188).

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

The process color (four color CMYK) of #eca0bc color hex is 0.00, 0.32, 0.20, 0.07. Web safe color of #eca0bc is #ff99cc. Color #eca0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10111100
Octal 354 240 274
Decimal 236 160 188
Hex EC A0 BC

RGB Percentages of Color #eca0bc

%40.41
%27.40
%32.19

CMYK Percentages of Color #eca0bc

%0
%32
%20
%7

Triadic Colors of #eca0bc

#eca0bc #bceca0 #a0bcec

Analogous Colors of #eca0bc

#eca0bc #ecaaa0 #eca0e2

Monochromatic Colors of #eca0bc

#eca0bc

Complementary Color

#eca0bc #a0ecd0

#eca0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca0bc Color CSS Codes

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

#eca0bc Text Font Color

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

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


#eca0bc Background Color

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

This div background color is #eca0bc


#eca0bc Border Color

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

This div border color is #eca0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca0bc


Comments

No comments written yet.

Please login to write comment.