Color Hex Logo

#e9cdfa Color Hex

#E9CDFA
(233,205,250)
0 Favorites   0 Comments

Color spaces of #e9cdfa

RGB 233205250
HSL0.770.820.89
HSV277°18°98°
CMYK 0.070.180.00   0.02
XYZ72.690967.888499.7150
Yxy67.88840.30250.2825
Hunter Lab82.394413.2880-14.0776
CIE-Lab85.950617.8044-18.4444

#e9cdfa color RGB value is (233,205,250).

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

The process color (four color CMYK) of #e9cdfa color hex is 0.07, 0.18, 0.00, 0.02. Web safe color of #e9cdfa is #ffccff. Color #e9cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 11111010
Octal 351 315 372
Decimal 233 205 250
Hex E9 CD FA

RGB Percentages of Color #e9cdfa

%33.87
%29.80
%36.34

CMYK Percentages of Color #e9cdfa

%7
%18
%0
%2

Triadic Colors of #e9cdfa

#e9cdfa #fae9cd #cdfae9

Analogous Colors of #e9cdfa

#e9cdfa #facdf5 #d3cdfa

Monochromatic Colors of #e9cdfa

#e9cdfa

Complementary Color

#e9cdfa #defacd

#e9cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdfa Color CSS Codes

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

#e9cdfa Text Font Color

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

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


#e9cdfa Background Color

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

This div background color is #e9cdfa


#e9cdfa Border Color

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

This div border color is #e9cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdfa


Comments

No comments written yet.

Please login to write comment.