Color Hex Logo

#e2afce Color Hex

#E2AFCE
(226,175,206)
0 Favorites   0 Comments

Color spaces of #e2afce

RGB 226175206
HSL0.900.470.79
HSV324°23°89°
CMYK 0.000.230.09   0.11
XYZ57.834651.284965.2433
Yxy51.28490.33170.2941
Hunter Lab71.613518.8319-3.8866
CIE-Lab76.851323.4738-8.5237

#e2afce color RGB value is (226,175,206).

#e2afce hex color red value is 226, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e2afce hue: 0.90 , saturation: 0.47 and the lightness value of e2afce is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 11001110
Octal 342 257 316
Decimal 226 175 206
Hex E2 AF CE

RGB Percentages of Color #e2afce

%37.23
%28.83
%33.94

CMYK Percentages of Color #e2afce

%0
%23
%9
%11

Triadic Colors of #e2afce

#e2afce #cee2af #afcee2

Analogous Colors of #e2afce

#e2afce #e2afb5 #ddafe2

Monochromatic Colors of #e2afce

#e2afce

Complementary Color

#e2afce #afe2c3

#e2afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afce Color CSS Codes

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

#e2afce Text Font Color

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

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


#e2afce Background Color

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

This div background color is #e2afce


#e2afce Border Color

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

This div border color is #e2afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afce


Comments

No comments written yet.

Please login to write comment.