Color Hex Logo

#e26add Color Hex

#E26ADD
(226,106,221)
0 Favorites   0 Comments

Color spaces of #e26add

RGB 226106221
HSL0.840.670.65
HSV303°53°89°
CMYK 0.000.530.02   0.11
XYZ49.569231.697371.9122
Yxy31.69730.32360.2069
Hunter Lab56.300458.6333-36.3206
CIE-Lab63.091961.5513-37.8063

#e26add color RGB value is (226,106,221).

#e26add hex color red value is 226, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e26add hue: 0.84 , saturation: 0.67 and the lightness value of e26add is 0.65.

The process color (four color CMYK) of #e26add color hex is 0.00, 0.53, 0.02, 0.11. Web safe color of #e26add is #cc66cc. Color #e26add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101010 11011101
Octal 342 152 335
Decimal 226 106 221
Hex E2 6A DD

RGB Percentages of Color #e26add

%40.87
%19.17
%39.96

CMYK Percentages of Color #e26add

%0
%53
%2
%11

Triadic Colors of #e26add

#e26add #dde26a #6adde2

Analogous Colors of #e26add

#e26add #e26aa1 #ab6ae2

Monochromatic Colors of #e26add

#e26add

Complementary Color

#e26add #6ae26f

#e26add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26add Color CSS Codes

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

#e26add Text Font Color

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

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


#e26add Background Color

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

This div background color is #e26add


#e26add Border Color

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

This div border color is #e26add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26add


Comments

No comments written yet.

Please login to write comment.