Color Hex Logo

#e7bacf Color Hex

#E7BACF
(231,186,207)
0 Favorites   0 Comments

Color spaces of #e7bacf

RGB 231186207
HSL0.920.480.82
HSV332°19°91°
CMYK 0.000.190.10   0.09
XYZ61.776456.611766.7027
Yxy56.61170.33380.3059
Hunter Lab75.240714.88610.1065
CIE-Lab79.960719.4862-4.4105

#e7bacf color RGB value is (231,186,207).

#e7bacf hex color red value is 231, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e7bacf hue: 0.92 , saturation: 0.48 and the lightness value of e7bacf is 0.82.

The process color (four color CMYK) of #e7bacf color hex is 0.00, 0.19, 0.10, 0.09. Web safe color of #e7bacf is #ffcccc. Color #e7bacf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 11001111
Octal 347 272 317
Decimal 231 186 207
Hex E7 BA CF

RGB Percentages of Color #e7bacf

%37.02
%29.81
%33.17

CMYK Percentages of Color #e7bacf

%0
%19
%10
%9

Triadic Colors of #e7bacf

#e7bacf #cfe7ba #bacfe7

Analogous Colors of #e7bacf

#e7bacf #e7bcba #e7bae6

Monochromatic Colors of #e7bacf

#e7bacf

Complementary Color

#e7bacf #bae7d2

#e7bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bacf Color CSS Codes

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

#e7bacf Text Font Color

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

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


#e7bacf Background Color

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

This div background color is #e7bacf


#e7bacf Border Color

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

This div border color is #e7bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bacf


Comments

No comments written yet.

Please login to write comment.