Color Hex Logo

#eb88ef Color Hex

#EB88EF
(235,136,239)
0 Favorites   0 Comments

Color spaces of #eb88ef

RGB 235136239
HSL0.830.760.74
HSV298°43°94°
CMYK 0.020.430.00   0.06
XYZ58.645141.502586.5812
Yxy41.50250.31410.2223
Hunter Lab64.422449.7531-34.5877
CIE-Lab70.526652.7056-36.1059

#eb88ef color RGB value is (235,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 11101111
Octal 353 210 357
Decimal 235 136 239
Hex EB 88 EF

RGB Percentages of Color #eb88ef

%38.52
%22.30
%39.18

CMYK Percentages of Color #eb88ef

%2
%43
%0
%6

Triadic Colors of #eb88ef

#eb88ef #efeb88 #88efeb

Analogous Colors of #eb88ef

#eb88ef #ef88c0 #b888ef

Monochromatic Colors of #eb88ef

#eb88ef

Complementary Color

#eb88ef #8cef88

#eb88ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb88ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb88ef Color CSS Codes

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

#eb88ef Text Font Color

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

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


#eb88ef Background Color

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

This div background color is #eb88ef


#eb88ef Border Color

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

This div border color is #eb88ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb88ef


Comments

No comments written yet.

Please login to write comment.