Color Hex Logo

#e1adff Color Hex

#E1ADFF
(225,173,255)
0 Favorites   0 Comments

Color spaces of #e1adff

RGB 225173255
HSL0.771.000.84
HSV278°32°100°
CMYK 0.120.320.00   0.00
XYZ64.044953.1147101.4844
Yxy53.11470.29290.2429
Hunter Lab72.879829.3214-31.5448
CIE-Lab77.942733.4224-33.3932

#e1adff color RGB value is (225,173,255).

#e1adff hex color red value is 225, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e1adff hue: 0.77 , saturation: 1.00 and the lightness value of e1adff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101101 11111111
Octal 341 255 377
Decimal 225 173 255
Hex E1 AD FF

RGB Percentages of Color #e1adff

%34.46
%26.49
%39.05

CMYK Percentages of Color #e1adff

%12
%32
%0
%0

Triadic Colors of #e1adff

#e1adff #ffe1ad #adffe1

Analogous Colors of #e1adff

#e1adff #ffadf4 #b8adff

Monochromatic Colors of #e1adff

#e1adff

Complementary Color

#e1adff #cbffad

#e1adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1adff Color CSS Codes

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

#e1adff Text Font Color

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

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


#e1adff Background Color

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

This div background color is #e1adff


#e1adff Border Color

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

This div border color is #e1adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1adff

Related Colors

#e1adff Color Palettes


Comments

No comments written yet.

Please login to write comment.