Color Hex Logo

#e7bddb Color Hex

#E7BDDB
(231,189,219)
0 Favorites   0 Comments

Color spaces of #e7bddb

RGB 231189219
HSL0.880.470.82
HSV317°18°91°
CMYK 0.000.180.05   0.09
XYZ63.938858.498674.9393
Yxy58.49860.32390.2964
Hunter Lab76.484415.3733-4.5532
CIE-Lab81.015219.9365-9.3144

#e7bddb color RGB value is (231,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111101 11011011
Octal 347 275 333
Decimal 231 189 219
Hex E7 BD DB

RGB Percentages of Color #e7bddb

%36.15
%29.58
%34.27

CMYK Percentages of Color #e7bddb

%0
%18
%5
%9

Triadic Colors of #e7bddb

#e7bddb #dbe7bd #bddbe7

Analogous Colors of #e7bddb

#e7bddb #e7bdc6 #debde7

Monochromatic Colors of #e7bddb

#e7bddb

Complementary Color

#e7bddb #bde7c9

#e7bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bddb Color CSS Codes

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

#e7bddb Text Font Color

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

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


#e7bddb Background Color

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

This div background color is #e7bddb


#e7bddb Border Color

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

This div border color is #e7bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bddb


Comments

No comments written yet.

Please login to write comment.