Color Hex Logo

#e8adfa Color Hex

#E8ADFA
(232,173,250)
0 Favorites   0 Comments

Color spaces of #e8adfa

RGB 232173250
HSL0.790.890.83
HSV286°31°98°
CMYK 0.070.310.00   0.02
XYZ65.477653.945197.4039
Yxy53.94510.30200.2488
Hunter Lab73.447330.5982-27.2157
CIE-Lab78.429734.5676-29.8992

#e8adfa color RGB value is (232,173,250).

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

The process color (four color CMYK) of #e8adfa color hex is 0.07, 0.31, 0.00, 0.02. Web safe color of #e8adfa is #ff99ff. Color #e8adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 11111010
Octal 350 255 372
Decimal 232 173 250
Hex E8 AD FA

RGB Percentages of Color #e8adfa

%35.42
%26.41
%38.17

CMYK Percentages of Color #e8adfa

%7
%31
%0
%2

Triadic Colors of #e8adfa

#e8adfa #fae8ad #adfae8

Analogous Colors of #e8adfa

#e8adfa #faade6 #c2adfa

Monochromatic Colors of #e8adfa

#e8adfa

Complementary Color

#e8adfa #bffaad

#e8adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8adfa Color CSS Codes

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

#e8adfa Text Font Color

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

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


#e8adfa Background Color

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

This div background color is #e8adfa


#e8adfa Border Color

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

This div border color is #e8adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8adfa


Comments

No comments written yet.

Please login to write comment.