Color Hex Logo

#eca2ff Color Hex

#ECA2FF
(236,162,255)
0 Favorites   0 Comments

Color spaces of #eca2ff

RGB 236162255
HSL0.801.000.82
HSV288°36°100°
CMYK 0.070.360.00   0.00
XYZ65.562450.8935100.9757
Yxy50.89350.30150.2341
Hunter Lab71.339739.2001-33.9825
CIE-Lab76.614542.5826-35.3563

#eca2ff color RGB value is (236,162,255).

#eca2ff hex color red value is 236, green value is 162 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eca2ff hue: 0.80 , saturation: 1.00 and the lightness value of eca2ff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 11111111
Octal 354 242 377
Decimal 236 162 255
Hex EC A2 FF

RGB Percentages of Color #eca2ff

%36.14
%24.81
%39.05

CMYK Percentages of Color #eca2ff

%7
%36
%0
%0

Triadic Colors of #eca2ff

#eca2ff #ffeca2 #a2ffec

Analogous Colors of #eca2ff

#eca2ff #ffa2e4 #bea2ff

Monochromatic Colors of #eca2ff

#eca2ff

Complementary Color

#eca2ff #b5ffa2

#eca2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca2ff Color CSS Codes

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

#eca2ff Text Font Color

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

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


#eca2ff Background Color

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

This div background color is #eca2ff


#eca2ff Border Color

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

This div border color is #eca2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.