Color Hex Logo

#e3b1bf Color Hex

#E3B1BF
(227,177,191)
0 Favorites   0 Comments

Color spaces of #e3b1bf

RGB 227177191
HSL0.950.470.79
HSV343°22°89°
CMYK 0.000.220.16   0.11
XYZ56.804751.536856.2439
Yxy51.53680.34510.3131
Hunter Lab71.789115.61103.8011
CIE-Lab77.003020.2895-0.1229

#e3b1bf color RGB value is (227,177,191).

#e3b1bf hex color red value is 227, green value is 177 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e3b1bf hue: 0.95 , saturation: 0.47 and the lightness value of e3b1bf is 0.79.

The process color (four color CMYK) of #e3b1bf color hex is 0.00, 0.22, 0.16, 0.11. Web safe color of #e3b1bf is #cc99cc. Color #e3b1bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10110001 10111111
Octal 343 261 277
Decimal 227 177 191
Hex E3 B1 BF

RGB Percentages of Color #e3b1bf

%38.15
%29.75
%32.10

CMYK Percentages of Color #e3b1bf

%0
%22
%16
%11

Triadic Colors of #e3b1bf

#e3b1bf #bfe3b1 #b1bfe3

Analogous Colors of #e3b1bf

#e3b1bf #e3bcb1 #e3b1d8

Monochromatic Colors of #e3b1bf

#e3b1bf

Complementary Color

#e3b1bf #b1e3d5

#e3b1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3b1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3b1bf Color CSS Codes

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

#e3b1bf Text Font Color

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

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


#e3b1bf Background Color

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

This div background color is #e3b1bf


#e3b1bf Border Color

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

This div border color is #e3b1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3b1bf


Comments

No comments written yet.

Please login to write comment.