Color Hex Logo

#e7bfdb Color Hex

#E7BFDB
(231,191,219)
0 Favorites   0 Comments

Color spaces of #e7bfdb

RGB 231191219
HSL0.880.450.83
HSV318°17°91°
CMYK 0.000.170.05   0.09
XYZ64.372059.365075.0837
Yxy59.36500.32380.2986
Hunter Lab77.048714.2965-3.8438
CIE-Lab81.491818.8694-8.6060

#e7bfdb color RGB value is (231,191,219).

#e7bfdb hex color red value is 231, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e7bfdb hue: 0.88 , saturation: 0.45 and the lightness value of e7bfdb is 0.83.

The process color (four color CMYK) of #e7bfdb color hex is 0.00, 0.17, 0.05, 0.09. Web safe color of #e7bfdb is #ffcccc. Color #e7bfdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111111 11011011
Octal 347 277 333
Decimal 231 191 219
Hex E7 BF DB

RGB Percentages of Color #e7bfdb

%36.04
%29.80
%34.17

CMYK Percentages of Color #e7bfdb

%0
%17
%5
%9

Triadic Colors of #e7bfdb

#e7bfdb #dbe7bf #bfdbe7

Analogous Colors of #e7bfdb

#e7bfdb #e7bfc7 #dfbfe7

Monochromatic Colors of #e7bfdb

#e7bfdb

Complementary Color

#e7bfdb #bfe7cb

#e7bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bfdb Color CSS Codes

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

#e7bfdb Text Font Color

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

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


#e7bfdb Background Color

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

This div background color is #e7bfdb


#e7bfdb Border Color

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

This div border color is #e7bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bfdb


Comments

No comments written yet.

Please login to write comment.