Color Hex Logo

#eca7fa Color Hex

#ECA7FA
(236,167,250)
0 Favorites   0 Comments

Color spaces of #eca7fa

RGB 236167250
HSL0.810.890.82
HSV290°33°98°
CMYK 0.060.330.00   0.02
XYZ65.666152.372497.0904
Yxy52.37240.30520.2434
Hunter Lab72.368835.3223-28.8857
CIE-Lab77.503038.9855-31.2900

#eca7fa color RGB value is (236,167,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100111 11111010
Octal 354 247 372
Decimal 236 167 250
Hex EC A7 FA

RGB Percentages of Color #eca7fa

%36.14
%25.57
%38.28

CMYK Percentages of Color #eca7fa

%6
%33
%0
%2

Triadic Colors of #eca7fa

#eca7fa #faeca7 #a7faec

Analogous Colors of #eca7fa

#eca7fa #faa7df #c3a7fa

Monochromatic Colors of #eca7fa

#eca7fa

Complementary Color

#eca7fa #b5faa7

#eca7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca7fa Color CSS Codes

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

#eca7fa Text Font Color

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

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


#eca7fa Background Color

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

This div background color is #eca7fa


#eca7fa Border Color

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

This div border color is #eca7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.