Color Hex Logo

#e6adfa Color Hex

#E6ADFA
(230,173,250)
0 Favorites   0 Comments

Color spaces of #e6adfa

RGB 230173250
HSL0.790.890.83
HSV284°31°98°
CMYK 0.080.310.00   0.02
XYZ64.832053.612397.3737
Yxy53.61230.30040.2484
Hunter Lab73.220429.9146-27.5937
CIE-Lab78.235133.9502-30.2148

#e6adfa color RGB value is (230,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11111010
Octal 346 255 372
Decimal 230 173 250
Hex E6 AD FA

RGB Percentages of Color #e6adfa

%35.22
%26.49
%38.28

CMYK Percentages of Color #e6adfa

%8
%31
%0
%2

Triadic Colors of #e6adfa

#e6adfa #fae6ad #adfae6

Analogous Colors of #e6adfa

#e6adfa #faade8 #c0adfa

Monochromatic Colors of #e6adfa

#e6adfa

Complementary Color

#e6adfa #c1faad

#e6adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adfa Color CSS Codes

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

#e6adfa Text Font Color

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

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


#e6adfa Background Color

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

This div background color is #e6adfa


#e6adfa Border Color

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

This div border color is #e6adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adfa


Comments

No comments written yet.

Please login to write comment.