Color Hex Logo

#eb8afa Color Hex

#EB8AFA
(235,138,250)
0 Favorites   0 Comments

Color spaces of #eb8afa

RGB 235138250
HSL0.810.920.76
HSV292°45°98°
CMYK 0.060.450.00   0.02
XYZ60.604742.741395.4981
Yxy42.74130.30480.2149
Hunter Lab65.376851.0611-40.8431
CIE-Lab71.379053.7204-40.7904

#eb8afa color RGB value is (235,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001010 11111010
Octal 353 212 372
Decimal 235 138 250
Hex EB 8A FA

RGB Percentages of Color #eb8afa

%37.72
%22.15
%40.13

CMYK Percentages of Color #eb8afa

%6
%45
%0
%2

Triadic Colors of #eb8afa

#eb8afa #faeb8a #8afaeb

Analogous Colors of #eb8afa

#eb8afa #fa8ad1 #b38afa

Monochromatic Colors of #eb8afa

#eb8afa

Complementary Color

#eb8afa #99fa8a

#eb8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8afa Color CSS Codes

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

#eb8afa Text Font Color

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

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


#eb8afa Background Color

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

This div background color is #eb8afa


#eb8afa Border Color

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

This div border color is #eb8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8afa


Comments

No comments written yet.

Please login to write comment.