Color Hex Logo

#e8afbe Color Hex

#E8AFBE
(232,175,190)
0 Favorites   0 Comments

Color spaces of #e8afbe

RGB 232175190
HSL0.960.550.80
HSV344°25°91°
CMYK 0.000.250.18   0.09
XYZ57.902951.533555.6103
Yxy51.53350.35080.3122
Hunter Lab71.786818.35024.3213
CIE-Lab77.001122.99490.4786

#e8afbe color RGB value is (232,175,190).

#e8afbe hex color red value is 232, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e8afbe hue: 0.96 , saturation: 0.55 and the lightness value of e8afbe is 0.80.

The process color (four color CMYK) of #e8afbe color hex is 0.00, 0.25, 0.18, 0.09. Web safe color of #e8afbe is #ff99cc. Color #e8afbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 10111110
Octal 350 257 276
Decimal 232 175 190
Hex E8 AF BE

RGB Percentages of Color #e8afbe

%38.86
%29.31
%31.83

CMYK Percentages of Color #e8afbe

%0
%25
%18
%9

Triadic Colors of #e8afbe

#e8afbe #bee8af #afbee8

Analogous Colors of #e8afbe

#e8afbe #e8bdaf #e8afdb

Monochromatic Colors of #e8afbe

#e8afbe

Complementary Color

#e8afbe #afe8d9

#e8afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afbe Color CSS Codes

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

#e8afbe Text Font Color

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

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


#e8afbe Background Color

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

This div background color is #e8afbe


#e8afbe Border Color

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

This div border color is #e8afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afbe


Comments

No comments written yet.

Please login to write comment.