Color Hex Logo

#e8d0fd Color Hex

#E8D0FD
(232,208,253)
0 Favorites   0 Comments

Color spaces of #e8d0fd

RGB 232208253
HSL0.760.920.90
HSV272°18°99°
CMYK 0.080.180.00   0.01
XYZ73.564269.3594102.4390
Yxy69.35940.29980.2827
Hunter Lab83.282311.9271-14.6304
CIE-Lab86.681716.4769-18.9365

#e8d0fd color RGB value is (232,208,253).

#e8d0fd hex color red value is 232, green value is 208 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e8d0fd hue: 0.76 , saturation: 0.92 and the lightness value of e8d0fd is 0.90.

The process color (four color CMYK) of #e8d0fd color hex is 0.08, 0.18, 0.00, 0.01. Web safe color of #e8d0fd is #ffccff. Color #e8d0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010000 11111101
Octal 350 320 375
Decimal 232 208 253
Hex E8 D0 FD

RGB Percentages of Color #e8d0fd

%33.48
%30.01
%36.51

CMYK Percentages of Color #e8d0fd

%8
%18
%0
%1

Triadic Colors of #e8d0fd

#e8d0fd #fde8d0 #d0fde8

Analogous Colors of #e8d0fd

#e8d0fd #fdd0fc #d2d0fd

Monochromatic Colors of #e8d0fd

#e8d0fd

Complementary Color

#e8d0fd #e5fdd0

#e8d0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d0fd Color CSS Codes

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

#e8d0fd Text Font Color

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

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


#e8d0fd Background Color

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

This div background color is #e8d0fd


#e8d0fd Border Color

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

This div border color is #e8d0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d0fd


Comments

No comments written yet.

Please login to write comment.