Color Hex Logo

#e5aacd Color Hex

#E5AACD
(229,170,205)
0 Favorites   0 Comments

Color spaces of #e5aacd

RGB 229170205
HSL0.900.530.78
HSV324°26°90°
CMYK 0.000.260.10   0.10
XYZ57.707349.815264.3314
Yxy49.81520.33580.2899
Hunter Lab70.579922.4298-4.6351
CIE-Lab75.955727.0229-9.2785

#e5aacd color RGB value is (229,170,205).

#e5aacd hex color red value is 229, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e5aacd hue: 0.90 , saturation: 0.53 and the lightness value of e5aacd is 0.78.

The process color (four color CMYK) of #e5aacd color hex is 0.00, 0.26, 0.10, 0.10. Web safe color of #e5aacd is #cc99cc. Color #e5aacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101010 11001101
Octal 345 252 315
Decimal 229 170 205
Hex E5 AA CD

RGB Percentages of Color #e5aacd

%37.91
%28.15
%33.94

CMYK Percentages of Color #e5aacd

%0
%26
%10
%10

Triadic Colors of #e5aacd

#e5aacd #cde5aa #aacde5

Analogous Colors of #e5aacd

#e5aacd #e5aab0 #e0aae5

Monochromatic Colors of #e5aacd

#e5aacd

Complementary Color

#e5aacd #aae5c2

#e5aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aacd Color CSS Codes

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

#e5aacd Text Font Color

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

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


#e5aacd Background Color

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

This div background color is #e5aacd


#e5aacd Border Color

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

This div border color is #e5aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aacd


Comments

No comments written yet.

Please login to write comment.