Color Hex Logo

#e8adeb Color Hex

#E8ADEB
(232,173,235)
0 Favorites   0 Comments

Color spaces of #e8adeb

RGB 232173235
HSL0.830.610.80
HSV297°26°92°
CMYK 0.010.260.00   0.08
XYZ63.217753.041185.5033
Yxy53.04110.31330.2629
Hunter Lab72.829327.4912-18.6273
CIE-Lab77.899331.7141-22.6222

#e8adeb color RGB value is (232,173,235).

#e8adeb hex color red value is 232, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e8adeb hue: 0.83 , saturation: 0.61 and the lightness value of e8adeb is 0.80.

The process color (four color CMYK) of #e8adeb color hex is 0.01, 0.26, 0.00, 0.08. Web safe color of #e8adeb is #ff99ff. Color #e8adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 11101011
Octal 350 255 353
Decimal 232 173 235
Hex E8 AD EB

RGB Percentages of Color #e8adeb

%36.25
%27.03
%36.72

CMYK Percentages of Color #e8adeb

%1
%26
%0
%8

Triadic Colors of #e8adeb

#e8adeb #ebe8ad #adebe8

Analogous Colors of #e8adeb

#e8adeb #ebadcf #c9adeb

Monochromatic Colors of #e8adeb

#e8adeb

Complementary Color

#e8adeb #b0ebad

#e8adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adeb Color CSS Codes

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

#e8adeb Text Font Color

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

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


#e8adeb Background Color

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

This div background color is #e8adeb


#e8adeb Border Color

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

This div border color is #e8adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adeb


Comments

No comments written yet.

Please login to write comment.