Color Hex Logo

#e5c9fb Color Hex

#E5C9FB
(229,201,251)
0 Favorites   0 Comments

Color spaces of #e5c9fb

RGB 229201251
HSL0.760.860.89
HSV274°20°98°
CMYK 0.090.200.00   0.02
XYZ70.612365.3963100.1679
Yxy65.39630.29900.2769
Hunter Lab80.868014.3437-16.8325
CIE-Lab84.687518.8481-20.9157

#e5c9fb color RGB value is (229,201,251).

#e5c9fb hex color red value is 229, green value is 201 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e5c9fb hue: 0.76 , saturation: 0.86 and the lightness value of e5c9fb is 0.89.

The process color (four color CMYK) of #e5c9fb color hex is 0.09, 0.20, 0.00, 0.02. Web safe color of #e5c9fb is #ccccff. Color #e5c9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001001 11111011
Octal 345 311 373
Decimal 229 201 251
Hex E5 C9 FB

RGB Percentages of Color #e5c9fb

%33.63
%29.52
%36.86

CMYK Percentages of Color #e5c9fb

%9
%20
%0
%2

Triadic Colors of #e5c9fb

#e5c9fb #fbe5c9 #c9fbe5

Analogous Colors of #e5c9fb

#e5c9fb #fbc9f8 #ccc9fb

Monochromatic Colors of #e5c9fb

#e5c9fb

Complementary Color

#e5c9fb #dffbc9

#e5c9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c9fb Color CSS Codes

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

#e5c9fb Text Font Color

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

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


#e5c9fb Background Color

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

This div background color is #e5c9fb


#e5c9fb Border Color

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

This div border color is #e5c9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,201,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5c9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5c9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #e5c9fb;
  box-shadow:         1px 1px 3px 2px #e5c9fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,201,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c9fb


Comments

No comments written yet.

Please login to write comment.