Color Hex Logo

#e1bfda Color Hex

#E1BFDA
(225,191,218)
0 Favorites   0 Comments

Color spaces of #e1bfda

RGB 225191218
HSL0.870.360.82
HSV312°15°88°
CMYK 0.000.150.03   0.12
XYZ62.337058.331174.3032
Yxy58.33110.31970.2992
Hunter Lab76.374812.0355-4.2195
CIE-Lab80.922516.6465-8.9732

#e1bfda color RGB value is (225,191,218).

#e1bfda hex color red value is 225, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1bfda hue: 0.87 , saturation: 0.36 and the lightness value of e1bfda is 0.82.

The process color (four color CMYK) of #e1bfda color hex is 0.00, 0.15, 0.03, 0.12. Web safe color of #e1bfda is #cccccc. Color #e1bfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 11011010
Octal 341 277 332
Decimal 225 191 218
Hex E1 BF DA

RGB Percentages of Color #e1bfda

%35.49
%30.13
%34.38

CMYK Percentages of Color #e1bfda

%0
%15
%3
%12

Triadic Colors of #e1bfda

#e1bfda #dae1bf #bfdae1

Analogous Colors of #e1bfda

#e1bfda #e1bfc9 #d7bfe1

Monochromatic Colors of #e1bfda

#e1bfda

Complementary Color

#e1bfda #bfe1c6

#e1bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfda Color CSS Codes

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

#e1bfda Text Font Color

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

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


#e1bfda Background Color

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

This div background color is #e1bfda


#e1bfda Border Color

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

This div border color is #e1bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfda


Comments

No comments written yet.

Please login to write comment.