Color Hex Logo

#eb88cc Color Hex

#EB88CC
(235,136,204)
0 Favorites   0 Comments

Color spaces of #eb88cc

RGB 235136204
HSL0.890.710.73
HSV319°42°92°
CMYK 0.000.420.13   0.08
XYZ53.964239.630161.9319
Yxy39.63010.34700.2548
Hunter Lab62.952442.8473-14.2621
CIE-Lab69.205346.7602-18.8042

#eb88cc color RGB value is (235,136,204).

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

The process color (four color CMYK) of #eb88cc color hex is 0.00, 0.42, 0.13, 0.08. Web safe color of #eb88cc is #ff99cc. Color #eb88cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 11001100
Octal 353 210 314
Decimal 235 136 204
Hex EB 88 CC

RGB Percentages of Color #eb88cc

%40.87
%23.65
%35.48

CMYK Percentages of Color #eb88cc

%0
%42
%13
%8

Triadic Colors of #eb88cc

#eb88cc #cceb88 #88cceb

Analogous Colors of #eb88cc

#eb88cc #eb889b #d988eb

Monochromatic Colors of #eb88cc

#eb88cc

Complementary Color

#eb88cc #88eba7

#eb88cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb88cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb88cc Color CSS Codes

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

#eb88cc Text Font Color

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

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


#eb88cc Background Color

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

This div background color is #eb88cc


#eb88cc Border Color

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

This div border color is #eb88cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb88cc


Comments

No comments written yet.

Please login to write comment.