Color Hex Logo

#e268dd Color Hex

#E268DD
(226,104,221)
0 Favorites   0 Comments

Color spaces of #e268dd

RGB 226104221
HSL0.840.680.65
HSV302°54°89°
CMYK 0.000.540.02   0.11
XYZ49.365531.289871.8443
Yxy31.28980.32370.2052
Hunter Lab55.937359.6387-36.9943
CIE-Lab62.751562.4665-38.3384

#e268dd color RGB value is (226,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101000 11011101
Octal 342 150 335
Decimal 226 104 221
Hex E2 68 DD

RGB Percentages of Color #e268dd

%41.02
%18.87
%40.11

CMYK Percentages of Color #e268dd

%0
%54
%2
%11

Triadic Colors of #e268dd

#e268dd #dde268 #68dde2

Analogous Colors of #e268dd

#e268dd #e268a0 #aa68e2

Monochromatic Colors of #e268dd

#e268dd

Complementary Color

#e268dd #68e26d

#e268dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e268dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e268dd Color CSS Codes

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

#e268dd Text Font Color

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

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


#e268dd Background Color

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

This div background color is #e268dd


#e268dd Border Color

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

This div border color is #e268dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e268dd


Comments

No comments written yet.

Please login to write comment.