Color Hex Logo

#eca6ed Color Hex

#ECA6ED
(236,166,237)
0 Favorites   0 Comments

Color spaces of #eca6ed

RGB 236166237
HSL0.830.660.79
HSV299°30°93°
CMYK 0.000.300.00   0.07
XYZ63.514451.219786.6596
Yxy51.21970.31540.2543
Hunter Lab71.567933.1695-21.6950
CIE-Lab76.811937.0827-25.3250

#eca6ed color RGB value is (236,166,237).

#eca6ed hex color red value is 236, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eca6ed hue: 0.83 , saturation: 0.66 and the lightness value of eca6ed is 0.79.

The process color (four color CMYK) of #eca6ed color hex is 0.00, 0.30, 0.00, 0.07. Web safe color of #eca6ed is #ff99ff. Color #eca6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 11101101
Octal 354 246 355
Decimal 236 166 237
Hex EC A6 ED

RGB Percentages of Color #eca6ed

%36.93
%25.98
%37.09

CMYK Percentages of Color #eca6ed

%0
%30
%0
%7

Triadic Colors of #eca6ed

#eca6ed #edeca6 #a6edec

Analogous Colors of #eca6ed

#eca6ed #eda6cb #c9a6ed

Monochromatic Colors of #eca6ed

#eca6ed

Complementary Color

#eca6ed #a7eda6

#eca6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca6ed Color CSS Codes

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

#eca6ed Text Font Color

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

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


#eca6ed Background Color

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

This div background color is #eca6ed


#eca6ed Border Color

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

This div border color is #eca6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca6ed

#eca6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.