Color Hex Logo

#eca4fb Color Hex

#ECA4FB
(236,164,251)
0 Favorites   0 Comments

Color spaces of #eca4fb

RGB 236164251
HSL0.800.920.81
HSV290°35°98°
CMYK 0.060.350.00   0.02
XYZ65.280151.348897.7375
Yxy51.34880.30450.2395
Hunter Lab71.658137.2108-30.7075
CIE-Lab76.889840.7607-32.7739

#eca4fb color RGB value is (236,164,251).

#eca4fb hex color red value is 236, green value is 164 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eca4fb hue: 0.80 , saturation: 0.92 and the lightness value of eca4fb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 11111011
Octal 354 244 373
Decimal 236 164 251
Hex EC A4 FB

RGB Percentages of Color #eca4fb

%36.25
%25.19
%38.56

CMYK Percentages of Color #eca4fb

%6
%35
%0
%2

Triadic Colors of #eca4fb

#eca4fb #fbeca4 #a4fbec

Analogous Colors of #eca4fb

#eca4fb #fba4df #c1a4fb

Monochromatic Colors of #eca4fb

#eca4fb

Complementary Color

#eca4fb #b3fba4

#eca4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca4fb Color CSS Codes

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

#eca4fb Text Font Color

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

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


#eca4fb Background Color

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

This div background color is #eca4fb


#eca4fb Border Color

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

This div border color is #eca4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca4fb


Comments

No comments written yet.

Please login to write comment.