Color Hex Logo

#e8afdf Color Hex

#E8AFDF
(232,175,223)
0 Favorites   0 Comments

Color spaces of #e8afdf

RGB 232175223
HSL0.860.550.80
HSV309°25°91°
CMYK 0.000.250.04   0.09
XYZ61.928053.143576.8058
Yxy53.14350.32270.2770
Hunter Lab72.899624.0610-11.4373
CIE-Lab77.959628.4654-16.0367

#e8afdf color RGB value is (232,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 11011111
Octal 350 257 337
Decimal 232 175 223
Hex E8 AF DF

RGB Percentages of Color #e8afdf

%36.83
%27.78
%35.40

CMYK Percentages of Color #e8afdf

%0
%25
%4
%9

Triadic Colors of #e8afdf

#e8afdf #dfe8af #afdfe8

Analogous Colors of #e8afdf

#e8afdf #e8afc3 #d5afe8

Monochromatic Colors of #e8afdf

#e8afdf

Complementary Color

#e8afdf #afe8b8

#e8afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afdf Color CSS Codes

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

#e8afdf Text Font Color

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

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


#e8afdf Background Color

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

This div background color is #e8afdf


#e8afdf Border Color

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

This div border color is #e8afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afdf


Comments

No comments written yet.

Please login to write comment.