Color Hex Logo

#e1b9fc Color Hex

#E1B9FC
(225,185,252)
0 Favorites   0 Comments

Color spaces of #e1b9fc

RGB 225185252
HSL0.770.920.86
HSV276°27°99°
CMYK 0.110.270.00   0.01
XYZ65.971057.733899.7621
Yxy57.73380.29520.2584
Hunter Lab75.982822.0104-24.6573
CIE-Lab80.590626.3600-27.7164

#e1b9fc color RGB value is (225,185,252).

#e1b9fc hex color red value is 225, green value is 185 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e1b9fc hue: 0.77 , saturation: 0.92 and the lightness value of e1b9fc is 0.86.

The process color (four color CMYK) of #e1b9fc color hex is 0.11, 0.27, 0.00, 0.01. Web safe color of #e1b9fc is #ccccff. Color #e1b9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111001 11111100
Octal 341 271 374
Decimal 225 185 252
Hex E1 B9 FC

RGB Percentages of Color #e1b9fc

%33.99
%27.95
%38.07

CMYK Percentages of Color #e1b9fc

%11
%27
%0
%1

Triadic Colors of #e1b9fc

#e1b9fc #fce1b9 #b9fce1

Analogous Colors of #e1b9fc

#e1b9fc #fcb9f6 #c0b9fc

Monochromatic Colors of #e1b9fc

#e1b9fc

Complementary Color

#e1b9fc #d4fcb9

#e1b9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b9fc Color CSS Codes

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

#e1b9fc Text Font Color

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

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


#e1b9fc Background Color

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

This div background color is #e1b9fc


#e1b9fc Border Color

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

This div border color is #e1b9fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,185,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1b9fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1b9fc;
  -webkit-box-shadow: 1px 1px 3px 2px #e1b9fc;
  box-shadow:         1px 1px 3px 2px #e1b9fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,185,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.