Color Hex Logo

#e9dbfd Color Hex

#E9DBFD
(233,219,253)
0 Favorites   0 Comments

Color spaces of #e9dbfd

RGB 233219253
HSL0.740.890.93
HSV265°13°99°
CMYK 0.080.130.00   0.01
XYZ76.665475.0785103.3794
Yxy75.07850.30050.2943
Hunter Lab86.64796.3018-10.0853
CIE-Lab89.429810.9942-14.7964

#e9dbfd color RGB value is (233,219,253).

#e9dbfd hex color red value is 233, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e9dbfd hue: 0.74 , saturation: 0.89 and the lightness value of e9dbfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011011 11111101
Octal 351 333 375
Decimal 233 219 253
Hex E9 DB FD

RGB Percentages of Color #e9dbfd

%33.05
%31.06
%35.89

CMYK Percentages of Color #e9dbfd

%8
%13
%0
%1

Triadic Colors of #e9dbfd

#e9dbfd #fde9db #dbfde9

Analogous Colors of #e9dbfd

#e9dbfd #fadbfd #dbdefd

Monochromatic Colors of #e9dbfd

#e9dbfd

Complementary Color

#e9dbfd #effddb

#e9dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dbfd Color CSS Codes

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

#e9dbfd Text Font Color

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

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


#e9dbfd Background Color

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

This div background color is #e9dbfd


#e9dbfd Border Color

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

This div border color is #e9dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dbfd


Comments

No comments written yet.

Please login to write comment.