Color Hex Logo

#dd6eea Color Hex

#DD6EEA
(221,110,234)
0 Favorites   0 Comments

Color spaces of #dd6eea

RGB 221110234
HSL0.820.750.67
HSV294°53°92°
CMYK 0.060.530.00   0.08
XYZ50.246032.464581.4599
Yxy32.46450.30610.1977
Hunter Lab56.977657.7003-44.8815
CIE-Lab63.724960.6462-44.1050

#dd6eea color RGB value is (221,110,234).

#dd6eea hex color red value is 221, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd6eea hue: 0.82 , saturation: 0.75 and the lightness value of dd6eea is 0.67.

The process color (four color CMYK) of #dd6eea color hex is 0.06, 0.53, 0.00, 0.08. Web safe color of #dd6eea is #cc66ff. Color #dd6eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101110 11101010
Octal 335 156 352
Decimal 221 110 234
Hex DD 6E EA

RGB Percentages of Color #dd6eea

%39.12
%19.47
%41.42

CMYK Percentages of Color #dd6eea

%6
%53
%0
%8

Triadic Colors of #dd6eea

#dd6eea #eadd6e #6eeadd

Analogous Colors of #dd6eea

#dd6eea #ea6eb9 #9f6eea

Monochromatic Colors of #dd6eea

#dd6eea

Complementary Color

#dd6eea #7bea6e

#dd6eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6eea Color CSS Codes

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

#dd6eea Text Font Color

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

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


#dd6eea Background Color

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

This div background color is #dd6eea


#dd6eea Border Color

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

This div border color is #dd6eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6eea


Comments

No comments written yet.

Please login to write comment.