Color Hex Logo

#e5adfd Color Hex

#E5ADFD
(229,173,253)
0 Favorites   0 Comments

Color spaces of #e5adfd

RGB 229173253
HSL0.780.950.84
HSV282°32°99°
CMYK 0.090.320.00   0.01
XYZ64.986353.637099.8563
Yxy53.63700.29740.2455
Hunter Lab73.237330.2248-29.5736
CIE-Lab78.249634.2368-31.8137

#e5adfd color RGB value is (229,173,253).

#e5adfd hex color red value is 229, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e5adfd hue: 0.78 , saturation: 0.95 and the lightness value of e5adfd is 0.84.

The process color (four color CMYK) of #e5adfd color hex is 0.09, 0.32, 0.00, 0.01. Web safe color of #e5adfd is #cc99ff. Color #e5adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101101 11111101
Octal 345 255 375
Decimal 229 173 253
Hex E5 AD FD

RGB Percentages of Color #e5adfd

%34.96
%26.41
%38.63

CMYK Percentages of Color #e5adfd

%9
%32
%0
%1

Triadic Colors of #e5adfd

#e5adfd #fde5ad #adfde5

Analogous Colors of #e5adfd

#e5adfd #fdaded #bdadfd

Monochromatic Colors of #e5adfd

#e5adfd

Complementary Color

#e5adfd #c5fdad

#e5adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5adfd Color CSS Codes

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

#e5adfd Text Font Color

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

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


#e5adfd Background Color

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

This div background color is #e5adfd


#e5adfd Border Color

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

This div border color is #e5adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.