Color Hex Logo

#e4ade5 Color Hex

#E4ADE5
(228,173,229)
0 Favorites   0 Comments

Color spaces of #e4ade5

RGB 228173229
HSL0.830.520.79
HSV299°24°90°
CMYK 0.000.240.00   0.10
XYZ61.081352.038380.9538
Yxy52.03830.31470.2681
Hunter Lab72.137624.9012-16.0398
CIE-Lab77.303729.3080-20.3166

#e4ade5 color RGB value is (228,173,229).

#e4ade5 hex color red value is 228, green value is 173 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e4ade5 hue: 0.83 , saturation: 0.52 and the lightness value of e4ade5 is 0.79.

The process color (four color CMYK) of #e4ade5 color hex is 0.00, 0.24, 0.00, 0.10. Web safe color of #e4ade5 is #cc99cc. Color #e4ade5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101101 11100101
Octal 344 255 345
Decimal 228 173 229
Hex E4 AD E5

RGB Percentages of Color #e4ade5

%36.19
%27.46
%36.35

CMYK Percentages of Color #e4ade5

%0
%24
%0
%10

Triadic Colors of #e4ade5

#e4ade5 #e5e4ad #ade5e4

Analogous Colors of #e4ade5

#e4ade5 #e5adca #c8ade5

Monochromatic Colors of #e4ade5

#e4ade5

Complementary Color

#e4ade5 #aee5ad

#e4ade5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ade5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ade5 Color CSS Codes

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

#e4ade5 Text Font Color

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

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


#e4ade5 Background Color

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

This div background color is #e4ade5


#e4ade5 Border Color

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

This div border color is #e4ade5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ade5


Comments

No comments written yet.

Please login to write comment.