Color Hex Logo

#eca4bd Color Hex

#ECA4BD
(236,164,189)
0 Favorites   0 Comments

Color spaces of #eca4bd

RGB 236164189
HSL0.940.650.78
HSV339°31°93°
CMYK 0.000.310.20   0.07
XYZ57.052848.057954.4132
Yxy48.05790.35760.3013
Hunter Lab69.323825.58711.9891
CIE-Lab74.861430.1329-2.0550

#eca4bd color RGB value is (236,164,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10111101
Octal 354 244 275
Decimal 236 164 189
Hex EC A4 BD

RGB Percentages of Color #eca4bd

%40.07
%27.84
%32.09

CMYK Percentages of Color #eca4bd

%0
%31
%20
%7

Triadic Colors of #eca4bd

#eca4bd #bdeca4 #a4bdec

Analogous Colors of #eca4bd

#eca4bd #ecafa4 #eca4e1

Monochromatic Colors of #eca4bd

#eca4bd

Complementary Color

#eca4bd #a4ecd3

#eca4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca4bd Color CSS Codes

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

#eca4bd Text Font Color

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

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


#eca4bd Background Color

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

This div background color is #eca4bd


#eca4bd Border Color

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

This div border color is #eca4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca4bd


Comments

No comments written yet.

Please login to write comment.