Color Hex Logo

#eca8fa Color Hex

#ECA8FA
(236,168,250)
0 Favorites   0 Comments

Color spaces of #eca8fa

RGB 236168250
HSL0.800.890.82
HSV290°33°98°
CMYK 0.060.330.00   0.02
XYZ65.850052.740397.1517
Yxy52.74030.30520.2445
Hunter Lab72.622534.7643-28.4802
CIE-Lab77.721438.4562-30.9539

#eca8fa color RGB value is (236,168,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 11111010
Octal 354 250 372
Decimal 236 168 250
Hex EC A8 FA

RGB Percentages of Color #eca8fa

%36.09
%25.69
%38.23

CMYK Percentages of Color #eca8fa

%6
%33
%0
%2

Triadic Colors of #eca8fa

#eca8fa #faeca8 #a8faec

Analogous Colors of #eca8fa

#eca8fa #faa8df #c3a8fa

Monochromatic Colors of #eca8fa

#eca8fa

Complementary Color

#eca8fa #b6faa8

#eca8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca8fa Color CSS Codes

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

#eca8fa Text Font Color

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

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


#eca8fa Background Color

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

This div background color is #eca8fa


#eca8fa Border Color

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

This div border color is #eca8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca8fa


Comments

No comments written yet.

Please login to write comment.