Color Hex Logo

#eca3fa Color Hex

#ECA3FA
(236,163,250)
0 Favorites   0 Comments

Color spaces of #eca3fa

RGB 236163250
HSL0.810.900.81
HSV290°35°98°
CMYK 0.060.350.00   0.02
XYZ64.944650.929496.8499
Yxy50.92940.30530.2394
Hunter Lab71.364837.5530-30.5076
CIE-Lab76.636241.0967-32.6254

#eca3fa color RGB value is (236,163,250).

#eca3fa hex color red value is 236, green value is 163 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eca3fa hue: 0.81 , saturation: 0.90 and the lightness value of eca3fa is 0.81.

The process color (four color CMYK) of #eca3fa color hex is 0.06, 0.35, 0.00, 0.02. Web safe color of #eca3fa is #ff99ff. Color #eca3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 11111010
Octal 354 243 372
Decimal 236 163 250
Hex EC A3 FA

RGB Percentages of Color #eca3fa

%36.36
%25.12
%38.52

CMYK Percentages of Color #eca3fa

%6
%35
%0
%2

Triadic Colors of #eca3fa

#eca3fa #faeca3 #a3faec

Analogous Colors of #eca3fa

#eca3fa #faa3dd #c1a3fa

Monochromatic Colors of #eca3fa

#eca3fa

Complementary Color

#eca3fa #b1faa3

#eca3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca3fa Color CSS Codes

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

#eca3fa Text Font Color

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

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


#eca3fa Background Color

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

This div background color is #eca3fa


#eca3fa Border Color

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

This div border color is #eca3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca3fa


Comments

No comments written yet.

Please login to write comment.