Color Hex Logo

#dd6dfe Color Hex

#DD6DFE
(221,109,254)
0 Favorites   0 Comments

Color spaces of #dd6dfe

RGB 221109254
HSL0.800.990.71
HSV286°57°100°
CMYK 0.130.570.00   0.00
XYZ53.176833.465297.4226
Yxy33.46520.28890.1818
Hunter Lab57.849162.8471-59.3548
CIE-Lab64.535864.8635-53.8665

#dd6dfe color RGB value is (221,109,254).

#dd6dfe hex color red value is 221, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd6dfe hue: 0.80 , saturation: 0.99 and the lightness value of dd6dfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 11111110
Octal 335 155 376
Decimal 221 109 254
Hex DD 6D FE

RGB Percentages of Color #dd6dfe

%37.84
%18.66
%43.49

CMYK Percentages of Color #dd6dfe

%13
%57
%0
%0

Triadic Colors of #dd6dfe

#dd6dfe #fedd6d #6dfedd

Analogous Colors of #dd6dfe

#dd6dfe #fe6dd7 #956dfe

Monochromatic Colors of #dd6dfe

#dd6dfe

Complementary Color

#dd6dfe #8efe6d

#dd6dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6dfe Color CSS Codes

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

#dd6dfe Text Font Color

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

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


#dd6dfe Background Color

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

This div background color is #dd6dfe


#dd6dfe Border Color

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

This div border color is #dd6dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.