Color Hex Logo

#dd45fd Color Hex

#DD45FD
(221,69,253)
0 Favorites   0 Comments

Color spaces of #dd45fd

RGB 22169253
HSL0.800.980.63
HSV290°73°99°
CMYK 0.130.730.00   0.01
XYZ49.676526.720295.4678
Yxy26.72020.28900.1555
Hunter Lab51.691681.0813-73.3170
CIE-Lab58.714480.7099-62.6057

#dd45fd color RGB value is (221,69,253).

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

The process color (four color CMYK) of #dd45fd color hex is 0.13, 0.73, 0.00, 0.01. Web safe color of #dd45fd is #cc33ff. Color #dd45fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 11111101
Octal 335 105 375
Decimal 221 69 253
Hex DD 45 FD

RGB Percentages of Color #dd45fd

%40.70
%12.71
%46.59

CMYK Percentages of Color #dd45fd

%13
%73
%0
%1

Triadic Colors of #dd45fd

#dd45fd #fddd45 #45fddd

Analogous Colors of #dd45fd

#dd45fd #fd45c1 #8145fd

Monochromatic Colors of #dd45fd

#dd45fd

Complementary Color

#dd45fd #65fd45

#dd45fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd45fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd45fd Color CSS Codes

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

#dd45fd Text Font Color

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

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


#dd45fd Background Color

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

This div background color is #dd45fd


#dd45fd Border Color

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

This div border color is #dd45fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd45fd


Comments

No comments written yet.

Please login to write comment.