Color Hex Logo

#e8aedc Color Hex

#E8AEDC
(232,174,220)
0 Favorites   0 Comments

Color spaces of #e8aedc

RGB 232174220
HSL0.870.560.80
HSV312°25°91°
CMYK 0.000.250.05   0.09
XYZ61.333052.595274.6294
Yxy52.59520.32530.2789
Hunter Lab72.522524.0447-10.2466
CIE-Lab77.635428.4703-14.8980

#e8aedc color RGB value is (232,174,220).

#e8aedc hex color red value is 232, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e8aedc hue: 0.87 , saturation: 0.56 and the lightness value of e8aedc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 11011100
Octal 350 256 334
Decimal 232 174 220
Hex E8 AE DC

RGB Percentages of Color #e8aedc

%37.06
%27.80
%35.14

CMYK Percentages of Color #e8aedc

%0
%25
%5
%9

Triadic Colors of #e8aedc

#e8aedc #dce8ae #aedce8

Analogous Colors of #e8aedc

#e8aedc #e8aebf #d7aee8

Monochromatic Colors of #e8aedc

#e8aedc

Complementary Color

#e8aedc #aee8ba

#e8aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aedc Color CSS Codes

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

#e8aedc Text Font Color

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

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


#e8aedc Background Color

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

This div background color is #e8aedc


#e8aedc Border Color

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

This div border color is #e8aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aedc


Comments

No comments written yet.

Please login to write comment.