Color Hex Logo

#e8ade7 Color Hex

#E8ADE7
(232,173,231)
0 Favorites   0 Comments

Color spaces of #e8ade7

RGB 232173231
HSL0.840.560.79
HSV301°25°91°
CMYK 0.000.250.00   0.09
XYZ62.646152.812582.4933
Yxy52.81250.31650.2668
Hunter Lab72.672226.6972-16.4320
CIE-Lab77.764230.9770-20.6640

#e8ade7 color RGB value is (232,173,231).

#e8ade7 hex color red value is 232, green value is 173 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #e8ade7 hue: 0.84 , saturation: 0.56 and the lightness value of e8ade7 is 0.79.

The process color (four color CMYK) of #e8ade7 color hex is 0.00, 0.25, 0.00, 0.09. Web safe color of #e8ade7 is #ff99ff. Color #e8ade7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 11100111
Octal 350 255 347
Decimal 232 173 231
Hex E8 AD E7

RGB Percentages of Color #e8ade7

%36.48
%27.20
%36.32

CMYK Percentages of Color #e8ade7

%0
%25
%0
%9

Triadic Colors of #e8ade7

#e8ade7 #e7e8ad #ade7e8

Analogous Colors of #e8ade7

#e8ade7 #e8adca #ccade8

Monochromatic Colors of #e8ade7

#e8ade7

Complementary Color

#e8ade7 #ade8ae

#e8ade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ade7 Color CSS Codes

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

#e8ade7 Text Font Color

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

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


#e8ade7 Background Color

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

This div background color is #e8ade7


#e8ade7 Border Color

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

This div border color is #e8ade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ade7


Comments

No comments written yet.

Please login to write comment.