Color Hex Logo

#dd6eff Color Hex

#DD6EFF
(221,110,255)
0 Favorites   0 Comments

Color spaces of #dd6eff

RGB 221110255
HSL0.791.000.72
HSV286°57°100°
CMYK 0.130.570.00   0.00
XYZ53.444733.744098.3041
Yxy33.74400.28810.1819
Hunter Lab58.089662.5702-59.6728
CIE-Lab64.758964.5929-54.0615

#dd6eff color RGB value is (221,110,255).

#dd6eff hex color red value is 221, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd6eff hue: 0.79 , saturation: 1.00 and the lightness value of dd6eff is 0.72.

The process color (four color CMYK) of #dd6eff color hex is 0.13, 0.57, 0.00, 0.00. Web safe color of #dd6eff is #cc66ff. Color #dd6eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101110 11111111
Octal 335 156 377
Decimal 221 110 255
Hex DD 6E FF

RGB Percentages of Color #dd6eff

%37.71
%18.77
%43.52

CMYK Percentages of Color #dd6eff

%13
%57
%0
%0

Triadic Colors of #dd6eff

#dd6eff #ffdd6e #6effdd

Analogous Colors of #dd6eff

#dd6eff #ff6ed9 #956eff

Monochromatic Colors of #dd6eff

#dd6eff

Complementary Color

#dd6eff #90ff6e

#dd6eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6eff Color CSS Codes

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

#dd6eff Text Font Color

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

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


#dd6eff Background Color

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

This div background color is #dd6eff


#dd6eff Border Color

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

This div border color is #dd6eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6eff

Related Colors


Comments

No comments written yet.

Please login to write comment.