Color Hex Logo

#e6adfc Color Hex

#E6ADFC
(230,173,252)
0 Favorites   0 Comments

Color spaces of #e6adfc

RGB 230173252
HSL0.790.930.83
HSV283°31°99°
CMYK 0.090.310.00   0.01
XYZ65.147453.738499.0344
Yxy53.73840.29900.2466
Hunter Lab73.306530.3464-28.7841
CIE-Lab78.308934.3446-31.1767

#e6adfc color RGB value is (230,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11111100
Octal 346 255 374
Decimal 230 173 252
Hex E6 AD FC

RGB Percentages of Color #e6adfc

%35.11
%26.41
%38.47

CMYK Percentages of Color #e6adfc

%9
%31
%0
%1

Triadic Colors of #e6adfc

#e6adfc #fce6ad #adfce6

Analogous Colors of #e6adfc

#e6adfc #fcadeb #bfadfc

Monochromatic Colors of #e6adfc

#e6adfc

Complementary Color

#e6adfc #c3fcad

#e6adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adfc Color CSS Codes

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

#e6adfc Text Font Color

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

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


#e6adfc Background Color

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

This div background color is #e6adfc


#e6adfc Border Color

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

This div border color is #e6adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adfc

Related Colors


Comments

No comments written yet.

Please login to write comment.