Color Hex Logo

#e8bbbe Color Hex

#E8BBBE
(232,187,190)
0 Favorites   0 Comments

Color spaces of #e8bbbe

RGB 232187190
HSL0.990.490.82
HSV356°19°91°
CMYK 0.000.190.18   0.09
XYZ60.343356.414256.4238
Yxy56.41420.34840.3258
Hunter Lab75.109411.96658.0366
CIE-Lab79.849016.59244.6130

#e8bbbe color RGB value is (232,187,190).

#e8bbbe hex color red value is 232, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e8bbbe hue: 0.99 , saturation: 0.49 and the lightness value of e8bbbe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111011 10111110
Octal 350 273 276
Decimal 232 187 190
Hex E8 BB BE

RGB Percentages of Color #e8bbbe

%38.10
%30.71
%31.20

CMYK Percentages of Color #e8bbbe

%0
%19
%18
%9

Triadic Colors of #e8bbbe

#e8bbbe #bee8bb #bbbee8

Analogous Colors of #e8bbbe

#e8bbbe #e8cfbb #e8bbd5

Monochromatic Colors of #e8bbbe

#e8bbbe

Complementary Color

#e8bbbe #bbe8e5

#e8bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bbbe Color CSS Codes

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

#e8bbbe Text Font Color

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

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


#e8bbbe Background Color

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

This div background color is #e8bbbe


#e8bbbe Border Color

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

This div border color is #e8bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bbbe


Comments

No comments written yet.

Please login to write comment.