Color Hex Logo

#eb8eed Color Hex

#EB8EED
(235,142,237)
0 Favorites   0 Comments

Color spaces of #eb8eed

RGB 235142237
HSL0.830.730.74
HSV299°40°93°
CMYK 0.010.400.00   0.07
XYZ59.220043.122685.3230
Yxy43.12260.31560.2298
Hunter Lab65.667846.0548-31.0688
CIE-Lab71.638149.3008-33.2875

#eb8eed color RGB value is (235,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001110 11101101
Octal 353 216 355
Decimal 235 142 237
Hex EB 8E ED

RGB Percentages of Color #eb8eed

%38.27
%23.13
%38.60

CMYK Percentages of Color #eb8eed

%1
%40
%0
%7

Triadic Colors of #eb8eed

#eb8eed #edeb8e #8eedeb

Analogous Colors of #eb8eed

#eb8eed #ed8ec0 #bc8eed

Monochromatic Colors of #eb8eed

#eb8eed

Complementary Color

#eb8eed #90ed8e

#eb8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8eed Color CSS Codes

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

#eb8eed Text Font Color

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

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


#eb8eed Background Color

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

This div background color is #eb8eed


#eb8eed Border Color

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

This div border color is #eb8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8eed


Comments

No comments written yet.

Please login to write comment.