Color Hex Logo

#e9afda Color Hex

#E9AFDA
(233,175,218)
0 Favorites   0 Comments

Color spaces of #e9afda

RGB 233175218
HSL0.880.570.80
HSV316°25°91°
CMYK 0.000.250.06   0.09
XYZ61.589153.045573.3224
Yxy53.04550.32770.2822
Hunter Lab72.832323.4881-8.7063
CIE-Lab77.901927.9223-13.4031

#e9afda color RGB value is (233,175,218).

#e9afda hex color red value is 233, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e9afda hue: 0.88 , saturation: 0.57 and the lightness value of e9afda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11011010
Octal 351 257 332
Decimal 233 175 218
Hex E9 AF DA

RGB Percentages of Color #e9afda

%37.22
%27.96
%34.82

CMYK Percentages of Color #e9afda

%0
%25
%6
%9

Triadic Colors of #e9afda

#e9afda #dae9af #afdae9

Analogous Colors of #e9afda

#e9afda #e9afbd #dbafe9

Monochromatic Colors of #e9afda

#e9afda

Complementary Color

#e9afda #afe9be

#e9afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afda Color CSS Codes

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

#e9afda Text Font Color

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

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


#e9afda Background Color

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

This div background color is #e9afda


#e9afda Border Color

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

This div border color is #e9afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afda


Comments

No comments written yet.

Please login to write comment.