Color Hex Logo

#eb89ec Color Hex

#EB89EC
(235,137,236)
0 Favorites   0 Comments

Color spaces of #eb89ec

RGB 235137236
HSL0.830.720.73
HSV299°42°93°
CMYK 0.000.420.00   0.07
XYZ58.346941.609684.3131
Yxy41.60960.31660.2258
Hunter Lab64.505548.5732-32.3422
CIE-Lab70.600951.6623-34.3454

#eb89ec color RGB value is (235,137,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 11101100
Octal 353 211 354
Decimal 235 137 236
Hex EB 89 EC

RGB Percentages of Color #eb89ec

%38.65
%22.53
%38.82

CMYK Percentages of Color #eb89ec

%0
%42
%0
%7

Triadic Colors of #eb89ec

#eb89ec #eceb89 #89eceb

Analogous Colors of #eb89ec

#eb89ec #ec89bc #ba89ec

Monochromatic Colors of #eb89ec

#eb89ec

Complementary Color

#eb89ec #8aec89

#eb89ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb89ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb89ec Color CSS Codes

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

#eb89ec Text Font Color

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

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


#eb89ec Background Color

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

This div background color is #eb89ec


#eb89ec Border Color

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

This div border color is #eb89ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb89ec


Comments

No comments written yet.

Please login to write comment.