Color Hex Logo

#eba4fa Color Hex

#EBA4FA
(235,164,250)
0 Favorites   0 Comments

Color spaces of #eba4fa

RGB 235164250
HSL0.800.900.81
HSV290°34°98°
CMYK 0.060.340.00   0.02
XYZ64.791751.115296.8938
Yxy51.11520.30450.2402
Hunter Lab71.494936.6482-30.3066
CIE-Lab76.748740.2659-32.4604

#eba4fa color RGB value is (235,164,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 11111010
Octal 353 244 372
Decimal 235 164 250
Hex EB A4 FA

RGB Percentages of Color #eba4fa

%36.21
%25.27
%38.52

CMYK Percentages of Color #eba4fa

%6
%34
%0
%2

Triadic Colors of #eba4fa

#eba4fa #faeba4 #a4faeb

Analogous Colors of #eba4fa

#eba4fa #faa4de #c0a4fa

Monochromatic Colors of #eba4fa

#eba4fa

Complementary Color

#eba4fa #b3faa4

#eba4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba4fa Color CSS Codes

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

#eba4fa Text Font Color

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

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


#eba4fa Background Color

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

This div background color is #eba4fa


#eba4fa Border Color

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

This div border color is #eba4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba4fa


Comments

No comments written yet.

Please login to write comment.