Color Hex Logo

#eb9afa Color Hex

#EB9AFA
(235,154,250)
0 Favorites   0 Comments

Color spaces of #eb9afa

RGB 235154250
HSL0.810.910.79
HSV291°38°98°
CMYK 0.060.380.00   0.02
XYZ63.071947.675596.3205
Yxy47.67550.30460.2302
Hunter Lab69.047442.2191-34.3757
CIE-Lab74.619845.5139-35.7509

#eb9afa color RGB value is (235,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011010 11111010
Octal 353 232 372
Decimal 235 154 250
Hex EB 9A FA

RGB Percentages of Color #eb9afa

%36.78
%24.10
%39.12

CMYK Percentages of Color #eb9afa

%6
%38
%0
%2

Triadic Colors of #eb9afa

#eb9afa #faeb9a #9afaeb

Analogous Colors of #eb9afa

#eb9afa #fa9ad9 #bb9afa

Monochromatic Colors of #eb9afa

#eb9afa

Complementary Color

#eb9afa #a9fa9a

#eb9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9afa Color CSS Codes

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

#eb9afa Text Font Color

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

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


#eb9afa Background Color

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

This div background color is #eb9afa


#eb9afa Border Color

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

This div border color is #eb9afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9afa


Comments

No comments written yet.

Please login to write comment.