Color Hex Logo

#dd6afe Color Hex

#DD6AFE
(221,106,254)
0 Favorites   0 Comments

Color spaces of #dd6afe

RGB 221106254
HSL0.800.990.71
HSV287°58°100°
CMYK 0.130.580.00   0.00
XYZ52.862232.836097.3178
Yxy32.83600.28880.1794
Hunter Lab57.302764.3879-60.5810
CIE-Lab64.027966.2388-54.6731

#dd6afe color RGB value is (221,106,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101010 11111110
Octal 335 152 376
Decimal 221 106 254
Hex DD 6A FE

RGB Percentages of Color #dd6afe

%38.04
%18.24
%43.72

CMYK Percentages of Color #dd6afe

%13
%58
%0
%0

Triadic Colors of #dd6afe

#dd6afe #fedd6a #6afedd

Analogous Colors of #dd6afe

#dd6afe #fe6ad5 #936afe

Monochromatic Colors of #dd6afe

#dd6afe

Complementary Color

#dd6afe #8bfe6a

#dd6afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6afe Color CSS Codes

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

#dd6afe Text Font Color

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

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


#dd6afe Background Color

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

This div background color is #dd6afe


#dd6afe Border Color

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

This div border color is #dd6afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6afe

Related Colors


Comments

No comments written yet.

Please login to write comment.