Color Hex Logo

#eca1df Color Hex

#ECA1DF
(236,161,223)
0 Favorites   0 Comments

Color spaces of #eca1df

RGB 236161223
HSL0.860.660.78
HSV310°32°93°
CMYK 0.000.320.06   0.07
XYZ60.656248.650376.0056
Yxy48.65030.32730.2625
Hunter Lab69.749833.1661-15.7829
CIE-Lab75.233337.2292-20.1169

#eca1df color RGB value is (236,161,223).

#eca1df hex color red value is 236, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eca1df hue: 0.86 , saturation: 0.66 and the lightness value of eca1df is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 11011111
Octal 354 241 337
Decimal 236 161 223
Hex EC A1 DF

RGB Percentages of Color #eca1df

%38.06
%25.97
%35.97

CMYK Percentages of Color #eca1df

%0
%32
%6
%7

Triadic Colors of #eca1df

#eca1df #dfeca1 #a1dfec

Analogous Colors of #eca1df

#eca1df #eca1ba #d4a1ec

Monochromatic Colors of #eca1df

#eca1df

Complementary Color

#eca1df #a1ecae

#eca1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca1df Color CSS Codes

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

#eca1df Text Font Color

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

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


#eca1df Background Color

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

This div background color is #eca1df


#eca1df Border Color

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

This div border color is #eca1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca1df


Comments

No comments written yet.

Please login to write comment.