Color Hex Logo

#eba5fa Color Hex

#EBA5FA
(235,165,250)
0 Favorites   0 Comments

Color spaces of #eba5fa

RGB 235165250
HSL0.800.890.81
HSV289°34°98°
CMYK 0.060.340.00   0.02
XYZ64.971451.474696.9537
Yxy51.47460.30450.2412
Hunter Lab71.745836.0905-29.8995
CIE-Lab76.965639.7375-32.1261

#eba5fa color RGB value is (235,165,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 11111010
Octal 353 245 372
Decimal 235 165 250
Hex EB A5 FA

RGB Percentages of Color #eba5fa

%36.15
%25.38
%38.46

CMYK Percentages of Color #eba5fa

%6
%34
%0
%2

Triadic Colors of #eba5fa

#eba5fa #faeba5 #a5faeb

Analogous Colors of #eba5fa

#eba5fa #faa5df #c1a5fa

Monochromatic Colors of #eba5fa

#eba5fa

Complementary Color

#eba5fa #b4faa5

#eba5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba5fa Color CSS Codes

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

#eba5fa Text Font Color

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

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


#eba5fa Background Color

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

This div background color is #eba5fa


#eba5fa Border Color

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

This div border color is #eba5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba5fa


Comments

No comments written yet.

Please login to write comment.