Color Hex Logo

#e1abda Color Hex

#E1ABDA
(225,171,218)
0 Favorites   0 Comments

Color spaces of #e1abda

RGB 225171218
HSL0.850.470.78
HSV308°24°88°
CMYK 0.000.240.03   0.12
XYZ58.269150.195372.9472
Yxy50.19530.32120.2767
Hunter Lab70.848622.8213-11.4521
CIE-Lab76.189027.3869-16.0568

#e1abda color RGB value is (225,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11011010
Octal 341 253 332
Decimal 225 171 218
Hex E1 AB DA

RGB Percentages of Color #e1abda

%36.64
%27.85
%35.50

CMYK Percentages of Color #e1abda

%0
%24
%3
%12

Triadic Colors of #e1abda

#e1abda #dae1ab #abdae1

Analogous Colors of #e1abda

#e1abda #e1abbf #cdabe1

Monochromatic Colors of #e1abda

#e1abda

Complementary Color

#e1abda #abe1b2

#e1abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abda Color CSS Codes

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

#e1abda Text Font Color

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

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


#e1abda Background Color

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

This div background color is #e1abda


#e1abda Border Color

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

This div border color is #e1abda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,171,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 #e1abda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abda


Comments

No comments written yet.

Please login to write comment.