Color Hex Logo

#e4abda Color Hex

#E4ABDA
(228,171,218)
0 Favorites   0 Comments

Color spaces of #e4abda

RGB 228171218
HSL0.860.510.78
HSV311°25°89°
CMYK 0.000.250.04   0.11
XYZ59.212750.681872.9914
Yxy50.68180.32380.2771
Hunter Lab71.191223.8815-10.9555
CIE-Lab76.485928.3878-15.5802

#e4abda color RGB value is (228,171,218).

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

The process color (four color CMYK) of #e4abda color hex is 0.00, 0.25, 0.04, 0.11. Web safe color of #e4abda is #cc99cc. Color #e4abda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101011 11011010
Octal 344 253 332
Decimal 228 171 218
Hex E4 AB DA

RGB Percentages of Color #e4abda

%36.95
%27.71
%35.33

CMYK Percentages of Color #e4abda

%0
%25
%4
%11

Triadic Colors of #e4abda

#e4abda #dae4ab #abdae4

Analogous Colors of #e4abda

#e4abda #e4abbe #d2abe4

Monochromatic Colors of #e4abda

#e4abda

Complementary Color

#e4abda #abe4b5

#e4abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4abda Color CSS Codes

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

#e4abda Text Font Color

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

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


#e4abda Background Color

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

This div background color is #e4abda


#e4abda Border Color

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

This div border color is #e4abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4abda


Comments

No comments written yet.

Please login to write comment.