Color Hex Logo

#e5abdb Color Hex

#E5ABDB
(229,171,219)
0 Favorites   0 Comments

Color spaces of #e5abdb

RGB 229171219
HSL0.860.530.78
HSV310°25°90°
CMYK 0.000.250.04   0.10
XYZ59.662250.898373.6976
Yxy50.89830.32380.2762
Hunter Lab71.343024.4242-11.3066
CIE-Lab76.617428.8988-15.9162

#e5abdb color RGB value is (229,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 11011011
Octal 345 253 333
Decimal 229 171 219
Hex E5 AB DB

RGB Percentages of Color #e5abdb

%37.00
%27.63
%35.38

CMYK Percentages of Color #e5abdb

%0
%25
%4
%10

Triadic Colors of #e5abdb

#e5abdb #dbe5ab #abdbe5

Analogous Colors of #e5abdb

#e5abdb #e5abbe #d2abe5

Monochromatic Colors of #e5abdb

#e5abdb

Complementary Color

#e5abdb #abe5b5

#e5abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abdb Color CSS Codes

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

#e5abdb Text Font Color

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

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


#e5abdb Background Color

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

This div background color is #e5abdb


#e5abdb Border Color

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

This div border color is #e5abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abdb


Comments

No comments written yet.

Please login to write comment.