Color Hex Logo

#e1bfed Color Hex

#E1BFED
(225,191,237)
0 Favorites   0 Comments

Color spaces of #e1bfed

RGB 225191237
HSL0.790.560.84
HSV284°19°93°
CMYK 0.050.190.00   0.07
XYZ64.968259.383688.1587
Yxy59.38360.30570.2794
Hunter Lab77.060815.6330-13.8862
CIE-Lab81.502020.1769-18.3013

#e1bfed color RGB value is (225,191,237).

#e1bfed hex color red value is 225, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e1bfed hue: 0.79 , saturation: 0.56 and the lightness value of e1bfed is 0.84.

The process color (four color CMYK) of #e1bfed color hex is 0.05, 0.19, 0.00, 0.07. Web safe color of #e1bfed is #ccccff. Color #e1bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 11101101
Octal 341 277 355
Decimal 225 191 237
Hex E1 BF ED

RGB Percentages of Color #e1bfed

%34.46
%29.25
%36.29

CMYK Percentages of Color #e1bfed

%5
%19
%0
%7

Triadic Colors of #e1bfed

#e1bfed #ede1bf #bfede1

Analogous Colors of #e1bfed

#e1bfed #edbfe2 #cabfed

Monochromatic Colors of #e1bfed

#e1bfed

Complementary Color

#e1bfed #cbedbf

#e1bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfed Color CSS Codes

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

#e1bfed Text Font Color

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

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


#e1bfed Background Color

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

This div background color is #e1bfed


#e1bfed Border Color

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

This div border color is #e1bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfed


Comments

No comments written yet.

Please login to write comment.