Color Hex Logo

#e1bfd8 Color Hex

#E1BFD8
(225,191,216)
0 Favorites   0 Comments

Color spaces of #e1bfd8

RGB 225191216
HSL0.880.360.82
HSV316°15°88°
CMYK 0.000.150.04   0.12
XYZ62.076858.227072.9329
Yxy58.22700.32120.3013
Hunter Lab76.306611.6764-3.2540
CIE-Lab80.864816.2899-7.9835

#e1bfd8 color RGB value is (225,191,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 11011000
Octal 341 277 330
Decimal 225 191 216
Hex E1 BF D8

RGB Percentages of Color #e1bfd8

%35.60
%30.22
%34.18

CMYK Percentages of Color #e1bfd8

%0
%15
%4
%12

Triadic Colors of #e1bfd8

#e1bfd8 #d8e1bf #bfd8e1

Analogous Colors of #e1bfd8

#e1bfd8 #e1bfc7 #d9bfe1

Monochromatic Colors of #e1bfd8

#e1bfd8

Complementary Color

#e1bfd8 #bfe1c8

#e1bfd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfd8 Color CSS Codes

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

#e1bfd8 Text Font Color

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

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


#e1bfd8 Background Color

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

This div background color is #e1bfd8


#e1bfd8 Border Color

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

This div border color is #e1bfd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfd8


Comments

No comments written yet.

Please login to write comment.