Color Hex Logo

#e8afbf Color Hex

#E8AFBF
(232,175,191)
0 Favorites   0 Comments

Color spaces of #e8afbf

RGB 232175191
HSL0.950.550.80
HSV343°25°91°
CMYK 0.000.250.18   0.09
XYZ58.012751.577356.1880
Yxy51.57730.34990.3111
Hunter Lab71.817318.50863.8852
CIE-Lab77.027423.1491-0.0277

#e8afbf color RGB value is (232,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 10111111
Octal 350 257 277
Decimal 232 175 191
Hex E8 AF BF

RGB Percentages of Color #e8afbf

%38.80
%29.26
%31.94

CMYK Percentages of Color #e8afbf

%0
%25
%18
%9

Triadic Colors of #e8afbf

#e8afbf #bfe8af #afbfe8

Analogous Colors of #e8afbf

#e8afbf #e8bcaf #e8afdc

Monochromatic Colors of #e8afbf

#e8afbf

Complementary Color

#e8afbf #afe8d8

#e8afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afbf Color CSS Codes

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

#e8afbf Text Font Color

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

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


#e8afbf Background Color

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

This div background color is #e8afbf


#e8afbf Border Color

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

This div border color is #e8afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afbf

#e8afbf Color Palettes


Comments

No comments written yet.

Please login to write comment.