Color Hex Logo

#e8afbd Color Hex

#E8AFBD
(232,175,189)
0 Favorites   0 Comments

Color spaces of #e8afbd

RGB 232175189
HSL0.960.550.80
HSV345°25°91°
CMYK 0.000.250.19   0.09
XYZ57.794051.489955.0366
Yxy51.48990.35170.3134
Hunter Lab71.756518.19344.7546
CIE-Lab76.974822.84210.9850

#e8afbd color RGB value is (232,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 10111101
Octal 350 257 275
Decimal 232 175 189
Hex E8 AF BD

RGB Percentages of Color #e8afbd

%38.93
%29.36
%31.71

CMYK Percentages of Color #e8afbd

%0
%25
%19
%9

Triadic Colors of #e8afbd

#e8afbd #bde8af #afbde8

Analogous Colors of #e8afbd

#e8afbd #e8beaf #e8afda

Monochromatic Colors of #e8afbd

#e8afbd

Complementary Color

#e8afbd #afe8da

#e8afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afbd Color CSS Codes

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

#e8afbd Text Font Color

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

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


#e8afbd Background Color

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

This div background color is #e8afbd


#e8afbd Border Color

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

This div border color is #e8afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afbd


Comments

No comments written yet.

Please login to write comment.