Color Hex Logo

#e468dd Color Hex

#E468DD
(228,104,221)
0 Favorites   0 Comments

Color spaces of #e468dd

RGB 228104221
HSL0.840.700.65
HSV303°54°89°
CMYK 0.000.540.03   0.11
XYZ49.996431.615171.8738
Yxy31.61510.32570.2060
Hunter Lab56.227360.3215-36.4296
CIE-Lab63.023562.9991-37.8933

#e468dd color RGB value is (228,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 11011101
Octal 344 150 335
Decimal 228 104 221
Hex E4 68 DD

RGB Percentages of Color #e468dd

%41.23
%18.81
%39.96

CMYK Percentages of Color #e468dd

%0
%54
%3
%11

Triadic Colors of #e468dd

#e468dd #dde468 #68dde4

Analogous Colors of #e468dd

#e468dd #e4689f #ad68e4

Monochromatic Colors of #e468dd

#e468dd

Complementary Color

#e468dd #68e46f

#e468dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468dd Color CSS Codes

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

#e468dd Text Font Color

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

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


#e468dd Background Color

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

This div background color is #e468dd


#e468dd Border Color

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

This div border color is #e468dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468dd


Comments

No comments written yet.

Please login to write comment.