Color Hex Logo

#eb80ee Color Hex

#EB80EE
(235,128,238)
0 Favorites   0 Comments

Color spaces of #eb80ee

RGB 235128238
HSL0.830.760.72
HSV298°46°93°
CMYK 0.010.460.00   0.07
XYZ57.412739.273685.4435
Yxy39.27360.31520.2156
Hunter Lab62.668753.8593-36.9689
CIE-Lab68.949056.5025-38.0107

#eb80ee color RGB value is (235,128,238).

#eb80ee hex color red value is 235, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb80ee hue: 0.83 , saturation: 0.76 and the lightness value of eb80ee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 11101110
Octal 353 200 356
Decimal 235 128 238
Hex EB 80 EE

RGB Percentages of Color #eb80ee

%39.10
%21.30
%39.60

CMYK Percentages of Color #eb80ee

%1
%46
%0
%7

Triadic Colors of #eb80ee

#eb80ee #eeeb80 #80eeeb

Analogous Colors of #eb80ee

#eb80ee #ee80ba #b480ee

Monochromatic Colors of #eb80ee

#eb80ee

Complementary Color

#eb80ee #83ee80

#eb80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb80ee Color CSS Codes

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

#eb80ee Text Font Color

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

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


#eb80ee Background Color

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

This div background color is #eb80ee


#eb80ee Border Color

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

This div border color is #eb80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb80ee


Comments

No comments written yet.

Please login to write comment.