Color Hex Logo

#e2afef Color Hex

#E2AFEF
(226,175,239)
0 Favorites   0 Comments

Color spaces of #e2afef

RGB 226175239
HSL0.800.670.81
HSV288°27°94°
CMYK 0.050.270.00   0.06
XYZ62.274053.060788.6209
Yxy53.06070.30530.2602
Hunter Lab72.842825.1265-21.1426
CIE-Lab77.910829.4816-24.8182

#e2afef color RGB value is (226,175,239).

#e2afef hex color red value is 226, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e2afef hue: 0.80 , saturation: 0.67 and the lightness value of e2afef is 0.81.

The process color (four color CMYK) of #e2afef color hex is 0.05, 0.27, 0.00, 0.06. Web safe color of #e2afef is #cc99ff. Color #e2afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 11101111
Octal 342 257 357
Decimal 226 175 239
Hex E2 AF EF

RGB Percentages of Color #e2afef

%35.31
%27.34
%37.34

CMYK Percentages of Color #e2afef

%5
%27
%0
%6

Triadic Colors of #e2afef

#e2afef #efe2af #afefe2

Analogous Colors of #e2afef

#e2afef #efafdc #c2afef

Monochromatic Colors of #e2afef

#e2afef

Complementary Color

#e2afef #bcefaf

#e2afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afef Color CSS Codes

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

#e2afef Text Font Color

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

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


#e2afef Background Color

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

This div background color is #e2afef


#e2afef Border Color

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

This div border color is #e2afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afef


Comments

No comments written yet.

Please login to write comment.