Color Hex Logo

#e3afde Color Hex

#E3AFDE
(227,175,222)
0 Favorites   0 Comments

Color spaces of #e3afde

RGB 227175222
HSL0.850.480.79
HSV306°23°89°
CMYK 0.000.230.02   0.11
XYZ60.193352.264876.0228
Yxy52.26480.31940.2773
Hunter Lab72.294422.1063-11.7417
CIE-Lab77.438926.6242-16.3274

#e3afde color RGB value is (227,175,222).

#e3afde hex color red value is 227, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e3afde hue: 0.85 , saturation: 0.48 and the lightness value of e3afde is 0.79.

The process color (four color CMYK) of #e3afde color hex is 0.00, 0.23, 0.02, 0.11. Web safe color of #e3afde is #cc99cc. Color #e3afde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101111 11011110
Octal 343 257 336
Decimal 227 175 222
Hex E3 AF DE

RGB Percentages of Color #e3afde

%36.38
%28.04
%35.58

CMYK Percentages of Color #e3afde

%0
%23
%2
%11

Triadic Colors of #e3afde

#e3afde #dee3af #afdee3

Analogous Colors of #e3afde

#e3afde #e3afc4 #ceafe3

Monochromatic Colors of #e3afde

#e3afde

Complementary Color

#e3afde #afe3b4

#e3afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3afde Color CSS Codes

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

#e3afde Text Font Color

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

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


#e3afde Background Color

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

This div background color is #e3afde


#e3afde Border Color

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

This div border color is #e3afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3afde


Comments

No comments written yet.

Please login to write comment.