Color Hex Logo

#e1b7bf Color Hex

#E1B7BF
(225,183,191)
0 Favorites   0 Comments

Color spaces of #e1b7bf

RGB 225183191
HSL0.970.410.80
HSV349°19°88°
CMYK 0.000.190.15   0.12
XYZ57.388853.636156.6183
Yxy53.63610.34230.3199
Hunter Lab73.236711.70985.4294
CIE-Lab78.249116.35741.6702

#e1b7bf color RGB value is (225,183,191).

#e1b7bf hex color red value is 225, green value is 183 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e1b7bf hue: 0.97 , saturation: 0.41 and the lightness value of e1b7bf is 0.80.

The process color (four color CMYK) of #e1b7bf color hex is 0.00, 0.19, 0.15, 0.12. Web safe color of #e1b7bf is #cccccc. Color #e1b7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110111 10111111
Octal 341 267 277
Decimal 225 183 191
Hex E1 B7 BF

RGB Percentages of Color #e1b7bf

%37.56
%30.55
%31.89

CMYK Percentages of Color #e1b7bf

%0
%19
%15
%12

Triadic Colors of #e1b7bf

#e1b7bf #bfe1b7 #b7bfe1

Analogous Colors of #e1b7bf

#e1b7bf #e1c4b7 #e1b7d4

Monochromatic Colors of #e1b7bf

#e1b7bf

Complementary Color

#e1b7bf #b7e1d9

#e1b7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b7bf Color CSS Codes

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

#e1b7bf Text Font Color

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

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


#e1b7bf Background Color

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

This div background color is #e1b7bf


#e1b7bf Border Color

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

This div border color is #e1b7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b7bf


Comments

No comments written yet.

Please login to write comment.