Color Hex Logo

#e7bece Color Hex

#E7BECE
(231,190,206)
0 Favorites   0 Comments

Color spaces of #e7bece

RGB 231190206
HSL0.930.460.83
HSV337°18°91°
CMYK 0.000.180.11   0.09
XYZ62.509058.272166.3456
Yxy58.27210.33400.3114
Hunter Lab76.336212.57911.9049
CIE-Lab80.889817.1866-2.5049

#e7bece color RGB value is (231,190,206).

#e7bece hex color red value is 231, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e7bece hue: 0.93 , saturation: 0.46 and the lightness value of e7bece is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111110 11001110
Octal 347 276 316
Decimal 231 190 206
Hex E7 BE CE

RGB Percentages of Color #e7bece

%36.84
%30.30
%32.85

CMYK Percentages of Color #e7bece

%0
%18
%11
%9

Triadic Colors of #e7bece

#e7bece #cee7be #becee7

Analogous Colors of #e7bece

#e7bece #e7c3be #e7bee3

Monochromatic Colors of #e7bece

#e7bece

Complementary Color

#e7bece #bee7d7

#e7bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bece Color CSS Codes

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

#e7bece Text Font Color

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

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


#e7bece Background Color

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

This div background color is #e7bece


#e7bece Border Color

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

This div border color is #e7bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bece


Comments

No comments written yet.

Please login to write comment.