Color Hex Logo

#eca5bd Color Hex

#ECA5BD
(236,165,189)
0 Favorites   0 Comments

Color spaces of #eca5bd

RGB 236165189
HSL0.940.650.79
HSV340°30°93°
CMYK 0.000.300.20   0.07
XYZ57.232548.417354.4731
Yxy48.41730.35740.3024
Hunter Lab69.582525.04902.2923
CIE-Lab75.087429.6013-1.7236

#eca5bd color RGB value is (236,165,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 10111101
Octal 354 245 275
Decimal 236 165 189
Hex EC A5 BD

RGB Percentages of Color #eca5bd

%40.00
%27.97
%32.03

CMYK Percentages of Color #eca5bd

%0
%30
%20
%7

Triadic Colors of #eca5bd

#eca5bd #bdeca5 #a5bdec

Analogous Colors of #eca5bd

#eca5bd #ecb1a5 #eca5e1

Monochromatic Colors of #eca5bd

#eca5bd

Complementary Color

#eca5bd #a5ecd4

#eca5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca5bd Color CSS Codes

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

#eca5bd Text Font Color

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

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


#eca5bd Background Color

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

This div background color is #eca5bd


#eca5bd Border Color

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

This div border color is #eca5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca5bd


Comments

No comments written yet.

Please login to write comment.