Color Hex Logo

#e5b5bf Color Hex

#E5B5BF
(229,181,191)
0 Favorites   0 Comments

Color spaces of #e5b5bf

RGB 229181191
HSL0.970.480.80
HSV348°21°90°
CMYK 0.000.210.17   0.10
XYZ58.240953.467356.5408
Yxy53.46730.34620.3178
Hunter Lab73.121314.21235.3392
CIE-Lab78.150118.86531.5729

#e5b5bf color RGB value is (229,181,191).

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

The process color (four color CMYK) of #e5b5bf color hex is 0.00, 0.21, 0.17, 0.10. Web safe color of #e5b5bf is #cccccc. Color #e5b5bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10110101 10111111
Octal 345 265 277
Decimal 229 181 191
Hex E5 B5 BF

RGB Percentages of Color #e5b5bf

%38.10
%30.12
%31.78

CMYK Percentages of Color #e5b5bf

%0
%21
%17
%10

Triadic Colors of #e5b5bf

#e5b5bf #bfe5b5 #b5bfe5

Analogous Colors of #e5b5bf

#e5b5bf #e5c3b5 #e5b5d7

Monochromatic Colors of #e5b5bf

#e5b5bf

Complementary Color

#e5b5bf #b5e5db

#e5b5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5b5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5b5bf Color CSS Codes

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

#e5b5bf Text Font Color

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

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


#e5b5bf Background Color

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

This div background color is #e5b5bf


#e5b5bf Border Color

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

This div border color is #e5b5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5b5bf


Comments

No comments written yet.

Please login to write comment.