Color Hex Logo

#dd56fd Color Hex

#DD56FD
(221,86,253)
0 Favorites   0 Comments

Color spaces of #dd56fd

RGB 22186253
HSL0.800.980.66
HSV289°66°99°
CMYK 0.130.660.00   0.01
XYZ50.876229.119695.8677
Yxy29.11960.28930.1656
Hunter Lab53.962673.8562-67.5584
CIE-Lab60.887074.5617-59.1267

#dd56fd color RGB value is (221,86,253).

#dd56fd hex color red value is 221, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dd56fd hue: 0.80 , saturation: 0.98 and the lightness value of dd56fd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 11111101
Octal 335 126 375
Decimal 221 86 253
Hex DD 56 FD

RGB Percentages of Color #dd56fd

%39.46
%15.36
%45.18

CMYK Percentages of Color #dd56fd

%13
%66
%0
%1

Triadic Colors of #dd56fd

#dd56fd #fddd56 #56fddd

Analogous Colors of #dd56fd

#dd56fd #fd56ca #8a56fd

Monochromatic Colors of #dd56fd

#dd56fd

Complementary Color

#dd56fd #76fd56

#dd56fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd56fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd56fd Color CSS Codes

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

#dd56fd Text Font Color

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

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


#dd56fd Background Color

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

This div background color is #dd56fd


#dd56fd Border Color

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

This div border color is #dd56fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd56fd

#dd56fd Color Palettes


Comments

No comments written yet.

Please login to write comment.