Color Hex Logo

#eb8aff Color Hex

#EB8AFF
(235,138,255)
0 Favorites   0 Comments

Color spaces of #eb8aff

RGB 235138255
HSL0.801.000.77
HSV290°46°100°
CMYK 0.080.460.00   0.00
XYZ61.399443.059199.6829
Yxy43.05910.30080.2109
Hunter Lab65.619452.1865-44.1342
CIE-Lab71.595154.6621-43.1745

#eb8aff color RGB value is (235,138,255).

#eb8aff hex color red value is 235, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eb8aff hue: 0.80 , saturation: 1.00 and the lightness value of eb8aff is 0.77.

The process color (four color CMYK) of #eb8aff color hex is 0.08, 0.46, 0.00, 0.00. Web safe color of #eb8aff is #ff99ff. Color #eb8aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001010 11111111
Octal 353 212 377
Decimal 235 138 255
Hex EB 8A FF

RGB Percentages of Color #eb8aff

%37.42
%21.97
%40.61

CMYK Percentages of Color #eb8aff

%8
%46
%0
%0

Triadic Colors of #eb8aff

#eb8aff #ffeb8a #8affeb

Analogous Colors of #eb8aff

#eb8aff #ff8ad9 #b18aff

Monochromatic Colors of #eb8aff

#eb8aff

Complementary Color

#eb8aff #9eff8a

#eb8aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8aff Color CSS Codes

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

#eb8aff Text Font Color

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

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


#eb8aff Background Color

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

This div background color is #eb8aff


#eb8aff Border Color

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

This div border color is #eb8aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8aff

Related Colors


Comments

No comments written yet.

Please login to write comment.