Color Hex Logo

#eb88ee Color Hex

#EB88EE
(235,136,238)
0 Favorites   0 Comments

Color spaces of #eb88ee

RGB 235136238
HSL0.830.750.73
HSV298°43°93°
CMYK 0.010.430.00   0.07
XYZ58.497741.443585.8052
Yxy41.44350.31490.2231
Hunter Lab64.376649.5401-33.9618
CIE-Lab70.485552.5254-35.6214

#eb88ee color RGB value is (235,136,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 11101110
Octal 353 210 356
Decimal 235 136 238
Hex EB 88 EE

RGB Percentages of Color #eb88ee

%38.59
%22.33
%39.08

CMYK Percentages of Color #eb88ee

%1
%43
%0
%7

Triadic Colors of #eb88ee

#eb88ee #eeeb88 #88eeeb

Analogous Colors of #eb88ee

#eb88ee #ee88be #b888ee

Monochromatic Colors of #eb88ee

#eb88ee

Complementary Color

#eb88ee #8bee88

#eb88ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb88ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb88ee Color CSS Codes

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

#eb88ee Text Font Color

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

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


#eb88ee Background Color

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

This div background color is #eb88ee


#eb88ee Border Color

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

This div border color is #eb88ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb88ee


Comments

No comments written yet.

Please login to write comment.