Color Hex Logo

#eba0fd Color Hex

#EBA0FD
(235,160,253)
0 Favorites   0 Comments

Color spaces of #eba0fd

RGB 235160253
HSL0.800.960.81
HSV288°37°99°
CMYK 0.070.370.00   0.01
XYZ64.561449.895699.1566
Yxy49.89560.30220.2336
Hunter Lab70.636839.5329-33.7827
CIE-Lab76.005142.9490-35.2285

#eba0fd color RGB value is (235,160,253).

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

The process color (four color CMYK) of #eba0fd color hex is 0.07, 0.37, 0.00, 0.01. Web safe color of #eba0fd is #ff99ff. Color #eba0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 11111101
Octal 353 240 375
Decimal 235 160 253
Hex EB A0 FD

RGB Percentages of Color #eba0fd

%36.27
%24.69
%39.04

CMYK Percentages of Color #eba0fd

%7
%37
%0
%1

Triadic Colors of #eba0fd

#eba0fd #fdeba0 #a0fdeb

Analogous Colors of #eba0fd

#eba0fd #fda0e1 #bda0fd

Monochromatic Colors of #eba0fd

#eba0fd

Complementary Color

#eba0fd #b2fda0

#eba0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba0fd Color CSS Codes

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

#eba0fd Text Font Color

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

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


#eba0fd Background Color

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

This div background color is #eba0fd


#eba0fd Border Color

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

This div border color is #eba0fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,160,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.