Color Hex Logo

#eca4bc Color Hex

#ECA4BC
(236,164,188)
0 Favorites   0 Comments

Color spaces of #eca4bc

RGB 236164188
HSL0.940.650.78
HSV340°31°93°
CMYK 0.000.310.20   0.07
XYZ56.944648.014653.8434
Yxy48.01460.35860.3024
Hunter Lab69.292625.42922.4338
CIE-Lab74.834129.9837-1.5461

#eca4bc color RGB value is (236,164,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10111100
Octal 354 244 274
Decimal 236 164 188
Hex EC A4 BC

RGB Percentages of Color #eca4bc

%40.14
%27.89
%31.97

CMYK Percentages of Color #eca4bc

%0
%31
%20
%7

Triadic Colors of #eca4bc

#eca4bc #bceca4 #a4bcec

Analogous Colors of #eca4bc

#eca4bc #ecb0a4 #eca4e0

Monochromatic Colors of #eca4bc

#eca4bc

Complementary Color

#eca4bc #a4ecd4

#eca4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca4bc Color CSS Codes

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

#eca4bc Text Font Color

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

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


#eca4bc Background Color

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

This div background color is #eca4bc


#eca4bc Border Color

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

This div border color is #eca4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca4bc


Comments

No comments written yet.

Please login to write comment.