Color Hex Logo

#e5afdb Color Hex

#E5AFDB
(229,175,219)
0 Favorites   0 Comments

Color spaces of #e5afdb

RGB 229175219
HSL0.860.510.79
HSV311°24°90°
CMYK 0.000.240.04   0.10
XYZ60.429352.432473.9533
Yxy52.43240.32350.2807
Hunter Lab72.410222.2477-9.8663
CIE-Lab77.538726.7546-14.5306

#e5afdb color RGB value is (229,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101111 11011011
Octal 345 257 333
Decimal 229 175 219
Hex E5 AF DB

RGB Percentages of Color #e5afdb

%36.76
%28.09
%35.15

CMYK Percentages of Color #e5afdb

%0
%24
%4
%10

Triadic Colors of #e5afdb

#e5afdb #dbe5af #afdbe5

Analogous Colors of #e5afdb

#e5afdb #e5afc0 #d4afe5

Monochromatic Colors of #e5afdb

#e5afdb

Complementary Color

#e5afdb #afe5b9

#e5afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5afdb Color CSS Codes

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

#e5afdb Text Font Color

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

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


#e5afdb Background Color

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

This div background color is #e5afdb


#e5afdb Border Color

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

This div border color is #e5afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5afdb

#e5afdb Color Palettes


Comments

No comments written yet.

Please login to write comment.