Color Hex Logo

#eca0bd Color Hex

#ECA0BD
(236,160,189)
0 Favorites   0 Comments

Color spaces of #eca0bd

RGB 236160189
HSL0.940.670.78
HSV337°32°93°
CMYK 0.000.320.20   0.07
XYZ56.348246.648654.1783
Yxy46.64860.35850.2968
Hunter Lab68.299827.74020.7785
CIE-Lab73.964432.2557-3.3728

#eca0bd color RGB value is (236,160,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10111101
Octal 354 240 275
Decimal 236 160 189
Hex EC A0 BD

RGB Percentages of Color #eca0bd

%40.34
%27.35
%32.31

CMYK Percentages of Color #eca0bd

%0
%32
%20
%7

Triadic Colors of #eca0bd

#eca0bd #bdeca0 #a0bdec

Analogous Colors of #eca0bd

#eca0bd #eca9a0 #eca0e3

Monochromatic Colors of #eca0bd

#eca0bd

Complementary Color

#eca0bd #a0eccf

#eca0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca0bd Color CSS Codes

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

#eca0bd Text Font Color

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

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


#eca0bd Background Color

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

This div background color is #eca0bd


#eca0bd Border Color

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

This div border color is #eca0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca0bd


Comments

No comments written yet.

Please login to write comment.