Color Hex Logo

#e9adfd Color Hex

#E9ADFD
(233,173,253)
0 Favorites   0 Comments

Color spaces of #e9adfd

RGB 233173253
HSL0.790.950.84
HSV285°32°99°
CMYK 0.080.320.00   0.01
XYZ66.277554.302699.9168
Yxy54.30260.30060.2463
Hunter Lab73.690331.5860-28.8082
CIE-Lab78.637835.4614-31.1835

#e9adfd color RGB value is (233,173,253).

#e9adfd hex color red value is 233, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e9adfd hue: 0.79 , saturation: 0.95 and the lightness value of e9adfd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 11111101
Octal 351 255 375
Decimal 233 173 253
Hex E9 AD FD

RGB Percentages of Color #e9adfd

%35.36
%26.25
%38.39

CMYK Percentages of Color #e9adfd

%8
%32
%0
%1

Triadic Colors of #e9adfd

#e9adfd #fde9ad #adfde9

Analogous Colors of #e9adfd

#e9adfd #fdade9 #c1adfd

Monochromatic Colors of #e9adfd

#e9adfd

Complementary Color

#e9adfd #c1fdad

#e9adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adfd Color CSS Codes

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

#e9adfd Text Font Color

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

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


#e9adfd Background Color

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

This div background color is #e9adfd


#e9adfd Border Color

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

This div border color is #e9adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.