Color Hex Logo

#e2e2ff Color Hex

#E2E2FF
(226,226,255)
2 Favorites   0 Comments

Color spaces of #e2e2ff

RGB 226226255
HSL0.671.000.94
HSV240°11°100°
CMYK 0.110.110.00   0.00
XYZ76.610477.7815105.5833
Yxy77.78150.29470.2992
Hunter Lab88.19380.7165-9.2447
CIE-Lab90.68015.4935-14.0277

#e2e2ff color RGB value is (226,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100010 11111111
Octal 342 342 377
Decimal 226 226 255
Hex E2 E2 FF

RGB Percentages of Color #e2e2ff

%31.97
%31.97
%36.07

CMYK Percentages of Color #e2e2ff

%11
%11
%0
%0

Triadic Colors of #e2e2ff

#e2e2ff #ffe2e2 #e2ffe2

Analogous Colors of #e2e2ff

#e2e2ff #f1e2ff #e2f1ff

Monochromatic Colors of #e2e2ff

#e2e2ff

Complementary Color

#e2e2ff #ffffe2

#e2e2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e2ff Color CSS Codes

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

#e2e2ff Text Font Color

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

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


#e2e2ff Background Color

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

This div background color is #e2e2ff


#e2e2ff Border Color

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

This div border color is #e2e2ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,226,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 #e2e2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e2ff

#e2e2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.