Color Hex Logo

#e2adff Color Hex

#E2ADFF
(226,173,255)
0 Favorites   0 Comments

Color spaces of #e2adff

RGB 226173255
HSL0.771.000.84
HSV279°32°100°
CMYK 0.110.320.00   0.00
XYZ64.357653.2759101.4990
Yxy53.27590.29370.2431
Hunter Lab72.990329.6553-31.3543
CIE-Lab78.037633.7254-33.2389

#e2adff color RGB value is (226,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 11111111
Octal 342 255 377
Decimal 226 173 255
Hex E2 AD FF

RGB Percentages of Color #e2adff

%34.56
%26.45
%38.99

CMYK Percentages of Color #e2adff

%11
%32
%0
%0

Triadic Colors of #e2adff

#e2adff #ffe2ad #adffe2

Analogous Colors of #e2adff

#e2adff #ffadf3 #b9adff

Monochromatic Colors of #e2adff

#e2adff

Complementary Color

#e2adff #caffad

#e2adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2adff Color CSS Codes

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

#e2adff Text Font Color

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

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


#e2adff Background Color

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

This div background color is #e2adff


#e2adff Border Color

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

This div border color is #e2adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2adff

Related Colors


Comments

No comments written yet.

Please login to write comment.