#e2a6f4

#e2a6f4 color hex

#e2a6f4 hex color information.
RGB value of #e2a6f4 is (226,166,244)
Change page background color to #e2a6f4 | Reset

#e2a6f4 rgb color chart

Color spaces of #e2a6f4

RGB 226166244
HSL0.790.780.80
HSV286°32°96°
CMYK 0.070.320.00   0.04
XYZ61.329449.972892.0013
Yxy49.97280.30170.2458
Hunter Lab70.691431.1503-27.6789
CIE-Lab76.052635.2844-30.3668

Shades of #e2a6f4

Tints of #e2a6f4

RGB Percentages of Color #e2a6f4

%35.53
%26.10
%38.36

CMYK Percentages of Color #e2a6f4

%7
%32
%0
%4

#e2a6f4 Color Info

#e2a6f4 hex color red value is 226, green value is 166 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #e2a6f4 hue: 0.79 , saturation: 0.78 and the lightness value of e2a6f4 is 0.80.

The process color (four color CMYK) of #e2a6f4 hex color is 0.07, 0.32, 0.00, 0.04. Web safe color of #e2a6f4 is #cc99ff

Color #e2a6f4 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10100110 11110100
Octal 342 246 364
Decimal 226 166 244
Hexadecimal E2 A6 F4

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #e2a6f4

Triadic Colors of #e2a6f4

#e2a6f4 #f4e2a5 #a5f4e2

Analogous Colors of #e2a6f4

#e2a6f4 #f4a5de #bba5f4

Complementary Color of #e2a6f4

#e2a6f4 #b7f4a5

#e2a6f4 HSL Color Chart
#e2a6f4 hsl color chart
#e2a6f4 RGB Color Chart

#e2a6f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a6f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a6f4 Color CSS Codes

.mybgcolor {background-color:#e2a6f4; } 
.myforecolor {color:#e2a6f4; }
.mybordercolor {border:3px solid #e2a6f4; }
Sample text font color #e2a6f4

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

html code
<p style="color:#e2a6f4">Text here</p>
#e2a6f4 background color

This div background color is #e2a6f4

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

This div border color is #e2a6f4

<div style="border:3px solid #e2a6f4">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #e2a6f4 Color Sample
#e2a6f4border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(226,166,244, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #e2a6f4; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #e2a6f4;
  -webkit-box-shadow: 1px 1px 3px 2px #e2a6f4;
  box-shadow:         1px 1px 3px 2px #e2a6f4; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,166,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2a6f4">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #e2a6f4

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top