Color Hex Logo

#dd57fd Color Hex

#DD57FD
(221,87,253)
0 Favorites   0 Comments

Color spaces of #dd57fd

RGB 22187253
HSL0.800.980.67
HSV288°66°99°
CMYK 0.130.660.00   0.01
XYZ50.956629.280495.8945
Yxy29.28040.28930.1662
Hunter Lab54.111473.3983-67.1940
CIE-Lab61.028374.1666-58.9010

#dd57fd color RGB value is (221,87,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010111 11111101
Octal 335 127 375
Decimal 221 87 253
Hex DD 57 FD

RGB Percentages of Color #dd57fd

%39.39
%15.51
%45.10

CMYK Percentages of Color #dd57fd

%13
%66
%0
%1

Triadic Colors of #dd57fd

#dd57fd #fddd57 #57fddd

Analogous Colors of #dd57fd

#dd57fd #fd57ca #8a57fd

Monochromatic Colors of #dd57fd

#dd57fd

Complementary Color

#dd57fd #77fd57

#dd57fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd57fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd57fd Color CSS Codes

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

#dd57fd Text Font Color

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

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


#dd57fd Background Color

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

This div background color is #dd57fd


#dd57fd Border Color

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

This div border color is #dd57fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd57fd

Related Colors


Comments

No comments written yet.

Please login to write comment.