Color Hex Logo

#e6adfe Color Hex

#E6ADFE
(230,173,254)
0 Favorites   0 Comments

Color spaces of #e6adfe

RGB 230173254
HSL0.780.980.84
HSV282°32°100°
CMYK 0.090.320.00   0.00
XYZ65.466153.8659100.7126
Yxy53.86590.29750.2448
Hunter Lab73.393430.7816-29.9841
CIE-Lab78.383534.7411-32.1367

#e6adfe color RGB value is (230,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11111110
Octal 346 255 376
Decimal 230 173 254
Hex E6 AD FE

RGB Percentages of Color #e6adfe

%35.01
%26.33
%38.66

CMYK Percentages of Color #e6adfe

%9
%32
%0
%0

Triadic Colors of #e6adfe

#e6adfe #fee6ad #adfee6

Analogous Colors of #e6adfe

#e6adfe #feadee #beadfe

Monochromatic Colors of #e6adfe

#e6adfe

Complementary Color

#e6adfe #c5fead

#e6adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adfe Color CSS Codes

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

#e6adfe Text Font Color

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

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


#e6adfe Background Color

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

This div background color is #e6adfe


#e6adfe Border Color

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

This div border color is #e6adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adfe


Comments

No comments written yet.

Please login to write comment.