Color Hex Logo

#eca2df Color Hex

#ECA2DF
(236,162,223)
0 Favorites   0 Comments

Color spaces of #eca2df

RGB 236162223
HSL0.860.660.78
HSV311°31°93°
CMYK 0.000.310.06   0.07
XYZ60.831749.001276.0640
Yxy49.00120.32720.2636
Hunter Lab70.000932.6174-15.4248
CIE-Lab75.452136.7008-19.7850

#eca2df color RGB value is (236,162,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 11011111
Octal 354 242 337
Decimal 236 162 223
Hex EC A2 DF

RGB Percentages of Color #eca2df

%38.00
%26.09
%35.91

CMYK Percentages of Color #eca2df

%0
%31
%6
%7

Triadic Colors of #eca2df

#eca2df #dfeca2 #a2dfec

Analogous Colors of #eca2df

#eca2df #eca2ba #d4a2ec

Monochromatic Colors of #eca2df

#eca2df

Complementary Color

#eca2df #a2ecaf

#eca2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca2df Color CSS Codes

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

#eca2df Text Font Color

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

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


#eca2df Background Color

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

This div background color is #eca2df


#eca2df Border Color

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

This div border color is #eca2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca2df


Comments

No comments written yet.

Please login to write comment.