Color Hex Logo

#e2afff Color Hex

#E2AFFF
(226,175,255)
0 Favorites   0 Comments

Color spaces of #e2afff

RGB 226175255
HSL0.771.000.84
HSV278°31°100°
CMYK 0.110.310.00   0.00
XYZ64.744054.0487101.6278
Yxy54.04870.29370.2452
Hunter Lab73.517828.5411-30.4974
CIE-Lab78.490132.6519-32.5413

#e2afff color RGB value is (226,175,255).

#e2afff hex color red value is 226, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e2afff hue: 0.77 , saturation: 1.00 and the lightness value of e2afff is 0.84.

The process color (four color CMYK) of #e2afff color hex is 0.11, 0.31, 0.00, 0.00. Web safe color of #e2afff is #cc99ff. Color #e2afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 11111111
Octal 342 257 377
Decimal 226 175 255
Hex E2 AF FF

RGB Percentages of Color #e2afff

%34.45
%26.68
%38.87

CMYK Percentages of Color #e2afff

%11
%31
%0
%0

Triadic Colors of #e2afff

#e2afff #ffe2af #afffe2

Analogous Colors of #e2afff

#e2afff #ffaff4 #baafff

Monochromatic Colors of #e2afff

#e2afff

Complementary Color

#e2afff #ccffaf

#e2afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afff Color CSS Codes

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

#e2afff Text Font Color

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

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


#e2afff Background Color

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

This div background color is #e2afff


#e2afff Border Color

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

This div border color is #e2afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afff

Related Colors


Comments

No comments written yet.

Please login to write comment.