Color Hex Logo

#eba0fa Color Hex

#EBA0FA
(235,160,250)
0 Favorites   0 Comments

Color spaces of #eba0fa

RGB 235160250
HSL0.810.900.80
HSV290°36°98°
CMYK 0.060.360.00   0.02
XYZ64.087149.705996.6589
Yxy49.70590.30450.2362
Hunter Lab70.502438.8783-31.9350
CIE-Lab75.888442.3733-33.7882

#eba0fa color RGB value is (235,160,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 11111010
Octal 353 240 372
Decimal 235 160 250
Hex EB A0 FA

RGB Percentages of Color #eba0fa

%36.43
%24.81
%38.76

CMYK Percentages of Color #eba0fa

%6
%36
%0
%2

Triadic Colors of #eba0fa

#eba0fa #faeba0 #a0faeb

Analogous Colors of #eba0fa

#eba0fa #faa0dc #bea0fa

Monochromatic Colors of #eba0fa

#eba0fa

Complementary Color

#eba0fa #affaa0

#eba0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba0fa Color CSS Codes

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

#eba0fa Text Font Color

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

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


#eba0fa Background Color

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

This div background color is #eba0fa


#eba0fa Border Color

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

This div border color is #eba0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba0fa


Comments

No comments written yet.

Please login to write comment.