Color Hex Logo

#e4adfa Color Hex

#E4ADFA
(228,173,250)
0 Favorites   0 Comments

Color spaces of #e4adfa

RGB 228173250
HSL0.790.890.83
HSV283°31°98°
CMYK 0.090.310.00   0.02
XYZ64.193853.283297.3438
Yxy53.28320.29880.2480
Hunter Lab72.995329.2352-27.9701
CIE-Lab78.041933.3341-30.5282

#e4adfa color RGB value is (228,173,250).

#e4adfa hex color red value is 228, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e4adfa hue: 0.79 , saturation: 0.89 and the lightness value of e4adfa is 0.83.

The process color (four color CMYK) of #e4adfa color hex is 0.09, 0.31, 0.00, 0.02. Web safe color of #e4adfa is #cc99ff. Color #e4adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101101 11111010
Octal 344 255 372
Decimal 228 173 250
Hex E4 AD FA

RGB Percentages of Color #e4adfa

%35.02
%26.57
%38.40

CMYK Percentages of Color #e4adfa

%9
%31
%0
%2

Triadic Colors of #e4adfa

#e4adfa #fae4ad #adfae4

Analogous Colors of #e4adfa

#e4adfa #faadea #beadfa

Monochromatic Colors of #e4adfa

#e4adfa

Complementary Color

#e4adfa #c3faad

#e4adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4adfa Color CSS Codes

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

#e4adfa Text Font Color

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

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


#e4adfa Background Color

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

This div background color is #e4adfa


#e4adfa Border Color

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

This div border color is #e4adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4adfa


Comments

No comments written yet.

Please login to write comment.