Color Hex Logo

#e1a0da Color Hex

#E1A0DA
(225,160,218)
0 Favorites   0 Comments

Color spaces of #e1a0da

RGB 225160218
HSL0.850.520.75
HSV306°29°88°
CMYK 0.000.290.03   0.12
XYZ56.277046.211172.2832
Yxy46.21110.32200.2644
Hunter Lab67.978728.8105-15.4592
CIE-Lab73.682333.2948-19.8460

#e1a0da color RGB value is (225,160,218).

#e1a0da hex color red value is 225, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1a0da hue: 0.85 , saturation: 0.52 and the lightness value of e1a0da is 0.75.

The process color (four color CMYK) of #e1a0da color hex is 0.00, 0.29, 0.03, 0.12. Web safe color of #e1a0da is #cc99cc. Color #e1a0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100000 11011010
Octal 341 240 332
Decimal 225 160 218
Hex E1 A0 DA

RGB Percentages of Color #e1a0da

%37.31
%26.53
%36.15

CMYK Percentages of Color #e1a0da

%0
%29
%3
%12

Triadic Colors of #e1a0da

#e1a0da #dae1a0 #a0dae1

Analogous Colors of #e1a0da

#e1a0da #e1a0ba #c8a0e1

Monochromatic Colors of #e1a0da

#e1a0da

Complementary Color

#e1a0da #a0e1a7

#e1a0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a0da Color CSS Codes

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

#e1a0da Text Font Color

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

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


#e1a0da Background Color

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

This div background color is #e1a0da


#e1a0da Border Color

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

This div border color is #e1a0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a0da


Comments

No comments written yet.

Please login to write comment.