Color Hex Logo

#e1aeca Color Hex

#E1AECA
(225,174,202)
0 Favorites   0 Comments

Color spaces of #e1aeca

RGB 225174202
HSL0.910.460.78
HSV327°23°88°
CMYK 0.000.230.10   0.12
XYZ56.848150.543962.6368
Yxy50.54390.33430.2973
Hunter Lab71.094218.3166-2.4708
CIE-Lab76.401922.9879-7.0225

#e1aeca color RGB value is (225,174,202).

#e1aeca hex color red value is 225, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1aeca hue: 0.91 , saturation: 0.46 and the lightness value of e1aeca is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 11001010
Octal 341 256 312
Decimal 225 174 202
Hex E1 AE CA

RGB Percentages of Color #e1aeca

%37.44
%28.95
%33.61

CMYK Percentages of Color #e1aeca

%0
%23
%10
%12

Triadic Colors of #e1aeca

#e1aeca #cae1ae #aecae1

Analogous Colors of #e1aeca

#e1aeca #e1aeb1 #dfaee1

Monochromatic Colors of #e1aeca

#e1aeca

Complementary Color

#e1aeca #aee1c5

#e1aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aeca Color CSS Codes

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

#e1aeca Text Font Color

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

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


#e1aeca Background Color

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

This div background color is #e1aeca


#e1aeca Border Color

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

This div border color is #e1aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aeca

#e1aeca Color Palettes


Comments

No comments written yet.

Please login to write comment.