Color Hex Logo

#e1bffd Color Hex

#E1BFFD
(225,191,253)
0 Favorites   0 Comments

Color spaces of #e1bffd

RGB 225191253
HSL0.760.940.87
HSV273°25°99°
CMYK 0.110.250.00   0.01
XYZ67.411860.3610101.0264
Yxy60.36100.29460.2638
Hunter Lab77.692318.9186-22.7125
CIE-Lab82.034023.3379-26.0448

#e1bffd color RGB value is (225,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 11111101
Octal 341 277 375
Decimal 225 191 253
Hex E1 BF FD

RGB Percentages of Color #e1bffd

%33.63
%28.55
%37.82

CMYK Percentages of Color #e1bffd

%11
%25
%0
%1

Triadic Colors of #e1bffd

#e1bffd #fde1bf #bffde1

Analogous Colors of #e1bffd

#e1bffd #fdbffa #c2bffd

Monochromatic Colors of #e1bffd

#e1bffd

Complementary Color

#e1bffd #dbfdbf

#e1bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bffd Color CSS Codes

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

#e1bffd Text Font Color

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

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


#e1bffd Background Color

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

This div background color is #e1bffd


#e1bffd Border Color

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

This div border color is #e1bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bffd


Comments

No comments written yet.

Please login to write comment.