Color Hex Logo

#e9c7fd Color Hex

#E9C7FD
(233,199,253)
0 Favorites   0 Comments

Color spaces of #e9c7fd

RGB 233199253
HSL0.770.930.89
HSV278°21°99°
CMYK 0.080.210.00   0.01
XYZ71.757365.2623101.7434
Yxy65.26230.30050.2733
Hunter Lab80.785117.1786-18.1222
CIE-Lab84.618721.5793-22.0488

#e9c7fd color RGB value is (233,199,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11000111 11111101
Octal 351 307 375
Decimal 233 199 253
Hex E9 C7 FD

RGB Percentages of Color #e9c7fd

%34.01
%29.05
%36.93

CMYK Percentages of Color #e9c7fd

%8
%21
%0
%1

Triadic Colors of #e9c7fd

#e9c7fd #fde9c7 #c7fde9

Analogous Colors of #e9c7fd

#e9c7fd #fdc7f6 #cec7fd

Monochromatic Colors of #e9c7fd

#e9c7fd

Complementary Color

#e9c7fd #dbfdc7

#e9c7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9c7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9c7fd Color CSS Codes

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

#e9c7fd Text Font Color

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

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


#e9c7fd Background Color

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

This div background color is #e9c7fd


#e9c7fd Border Color

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

This div border color is #e9c7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9c7fd

Related Colors


Comments

No comments written yet.

Please login to write comment.