Color Hex Logo

#e8afbb Color Hex

#E8AFBB
(232,175,187)
0 Favorites   0 Comments

Color spaces of #e8afbb

RGB 232175187
HSL0.960.550.80
HSV347°25°91°
CMYK 0.000.250.19   0.09
XYZ57.578351.403653.9009
Yxy51.40360.35350.3156
Hunter Lab71.696317.88235.6135
CIE-Lab76.922822.53851.9989

#e8afbb color RGB value is (232,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 10111011
Octal 350 257 273
Decimal 232 175 187
Hex E8 AF BB

RGB Percentages of Color #e8afbb

%39.06
%29.46
%31.48

CMYK Percentages of Color #e8afbb

%0
%25
%19
%9

Triadic Colors of #e8afbb

#e8afbb #bbe8af #afbbe8

Analogous Colors of #e8afbb

#e8afbb #e8c0af #e8afd8

Monochromatic Colors of #e8afbb

#e8afbb

Complementary Color

#e8afbb #afe8dc

#e8afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afbb Color CSS Codes

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

#e8afbb Text Font Color

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

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


#e8afbb Background Color

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

This div background color is #e8afbb


#e8afbb Border Color

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

This div border color is #e8afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afbb


Comments

No comments written yet.

Please login to write comment.