Color Hex Logo

#eb8eff Color Hex

#EB8EFF
(235,142,255)
0 Favorites   0 Comments

Color spaces of #eb8eff

RGB 235142255
HSL0.801.000.78
HSV289°44°100°
CMYK 0.080.440.00   0.00
XYZ61.984044.228299.8777
Yxy44.22820.30080.2146
Hunter Lab66.504349.9849-42.4901
CIE-Lab72.380852.6429-41.9462

#eb8eff color RGB value is (235,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001110 11111111
Octal 353 216 377
Decimal 235 142 255
Hex EB 8E FF

RGB Percentages of Color #eb8eff

%37.18
%22.47
%40.35

CMYK Percentages of Color #eb8eff

%8
%44
%0
%0

Triadic Colors of #eb8eff

#eb8eff #ffeb8e #8effeb

Analogous Colors of #eb8eff

#eb8eff #ff8edb #b38eff

Monochromatic Colors of #eb8eff

#eb8eff

Complementary Color

#eb8eff #a2ff8e

#eb8eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8eff Color CSS Codes

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

#eb8eff Text Font Color

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

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


#eb8eff Background Color

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

This div background color is #eb8eff


#eb8eff Border Color

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

This div border color is #eb8eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8eff


Comments

No comments written yet.

Please login to write comment.