Color Hex Logo

#eea3fd Color Hex

#EEA3FD
(238,163,253)
0 Favorites   0 Comments

Color spaces of #eea3fd

RGB 238163253
HSL0.810.960.82
HSV290°36°99°
CMYK 0.060.360.00   0.01
XYZ66.086751.463499.3788
Yxy51.46340.30460.2372
Hunter Lab71.738038.8968-31.9180
CIE-Lab76.958942.2726-33.7288

#eea3fd color RGB value is (238,163,253).

#eea3fd hex color red value is 238, green value is 163 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eea3fd hue: 0.81 , saturation: 0.96 and the lightness value of eea3fd is 0.82.

The process color (four color CMYK) of #eea3fd color hex is 0.06, 0.36, 0.00, 0.01. Web safe color of #eea3fd is #ff99ff. Color #eea3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 11111101
Octal 356 243 375
Decimal 238 163 253
Hex EE A3 FD

RGB Percentages of Color #eea3fd

%36.39
%24.92
%38.69

CMYK Percentages of Color #eea3fd

%6
%36
%0
%1

Triadic Colors of #eea3fd

#eea3fd #fdeea3 #a3fdee

Analogous Colors of #eea3fd

#eea3fd #fda3df #c1a3fd

Monochromatic Colors of #eea3fd

#eea3fd

Complementary Color

#eea3fd #b2fda3

#eea3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3fd Color CSS Codes

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

#eea3fd Text Font Color

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

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


#eea3fd Background Color

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

This div background color is #eea3fd


#eea3fd Border Color

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

This div border color is #eea3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3fd


Comments

No comments written yet.

Please login to write comment.