Color Hex Logo

#e2afec Color Hex

#E2AFEC
(226,175,236)
0 Favorites   0 Comments

Color spaces of #e2afec

RGB 226175236
HSL0.810.620.81
HSV290°26°93°
CMYK 0.040.260.00   0.07
XYZ61.834352.884886.3056
Yxy52.88480.30760.2631
Hunter Lab72.721924.5123-19.4594
CIE-Lab77.806928.9049-23.3567

#e2afec color RGB value is (226,175,236).

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

The process color (four color CMYK) of #e2afec color hex is 0.04, 0.26, 0.00, 0.07. Web safe color of #e2afec is #cc99ff. Color #e2afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 11101100
Octal 342 257 354
Decimal 226 175 236
Hex E2 AF EC

RGB Percentages of Color #e2afec

%35.48
%27.47
%37.05

CMYK Percentages of Color #e2afec

%4
%26
%0
%7

Triadic Colors of #e2afec

#e2afec #ece2af #afece2

Analogous Colors of #e2afec

#e2afec #ecafd8 #c4afec

Monochromatic Colors of #e2afec

#e2afec

Complementary Color

#e2afec #b9ecaf

#e2afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afec Color CSS Codes

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

#e2afec Text Font Color

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

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


#e2afec Background Color

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

This div background color is #e2afec


#e2afec Border Color

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

This div border color is #e2afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afec

#e2afec Color Palettes


Comments

No comments written yet.

Please login to write comment.