Color Hex Logo

#eb9eee Color Hex

#EB9EEE
(235,158,238)
0 Favorites   0 Comments

Color spaces of #eb9eee

RGB 235158238
HSL0.830.700.78
HSV298°34°93°
CMYK 0.010.340.00   0.07
XYZ61.920448.288986.9461
Yxy48.28890.31410.2449
Hunter Lab69.490237.4475-25.5404
CIE-Lab75.006841.1755-28.6413

#eb9eee color RGB value is (235,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011110 11101110
Octal 353 236 356
Decimal 235 158 238
Hex EB 9E EE

RGB Percentages of Color #eb9eee

%37.24
%25.04
%37.72

CMYK Percentages of Color #eb9eee

%1
%34
%0
%7

Triadic Colors of #eb9eee

#eb9eee #eeeb9e #9eeeeb

Analogous Colors of #eb9eee

#eb9eee #ee9ec9 #c39eee

Monochromatic Colors of #eb9eee

#eb9eee

Complementary Color

#eb9eee #a1ee9e

#eb9eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9eee Color CSS Codes

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

#eb9eee Text Font Color

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

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


#eb9eee Background Color

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

This div background color is #eb9eee


#eb9eee Border Color

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

This div border color is #eb9eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9eee


Comments

No comments written yet.

Please login to write comment.