Color Hex Logo

#eb89ce Color Hex

#EB89CE
(235,137,206)
0 Favorites   0 Comments

Color spaces of #eb89ce

RGB 235137206
HSL0.880.710.73
HSV318°42°92°
CMYK 0.000.420.12   0.08
XYZ54.347240.009763.2508
Yxy40.00970.34480.2539
Hunter Lab63.253242.6742-15.0105
CIE-Lab69.476446.5685-19.5047

#eb89ce color RGB value is (235,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 11001110
Octal 353 211 316
Decimal 235 137 206
Hex EB 89 CE

RGB Percentages of Color #eb89ce

%40.66
%23.70
%35.64

CMYK Percentages of Color #eb89ce

%0
%42
%12
%8

Triadic Colors of #eb89ce

#eb89ce #ceeb89 #89ceeb

Analogous Colors of #eb89ce

#eb89ce #eb899d #d789eb

Monochromatic Colors of #eb89ce

#eb89ce

Complementary Color

#eb89ce #89eba6

#eb89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb89ce Color CSS Codes

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

#eb89ce Text Font Color

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

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


#eb89ce Background Color

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

This div background color is #eb89ce


#eb89ce Border Color

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

This div border color is #eb89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb89ce


Comments

No comments written yet.

Please login to write comment.