Color Hex Logo

#e2bfdb Color Hex

#E2BFDB
(226,191,219)
0 Favorites   0 Comments

Color spaces of #e2bfdb

RGB 226191219
HSL0.870.380.82
HSV312°15°89°
CMYK 0.000.150.03   0.11
XYZ62.781058.544875.0092
Yxy58.54480.31980.2982
Hunter Lab76.514612.5606-4.5633
CIE-Lab81.040717.1659-9.3253

#e2bfdb color RGB value is (226,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111111 11011011
Octal 342 277 333
Decimal 226 191 219
Hex E2 BF DB

RGB Percentages of Color #e2bfdb

%35.53
%30.03
%34.43

CMYK Percentages of Color #e2bfdb

%0
%15
%3
%11

Triadic Colors of #e2bfdb

#e2bfdb #dbe2bf #bfdbe2

Analogous Colors of #e2bfdb

#e2bfdb #e2bfca #d8bfe2

Monochromatic Colors of #e2bfdb

#e2bfdb

Complementary Color

#e2bfdb #bfe2c6

#e2bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bfdb Color CSS Codes

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

#e2bfdb Text Font Color

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

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


#e2bfdb Background Color

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

This div background color is #e2bfdb


#e2bfdb Border Color

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

This div border color is #e2bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bfdb


Comments

No comments written yet.

Please login to write comment.