Color Hex Logo

#dd57da Color Hex

#DD57DA
(221,87,218)
0 Favorites   0 Comments

Color spaces of #dd57da

RGB 22187218
HSL0.840.660.60
HSV301°61°87°
CMYK 0.000.610.01   0.13
XYZ45.881927.250569.1713
Yxy27.25050.32240.1915
Hunter Lab52.202065.5354-42.0220
CIE-Lab59.205568.0656-42.2655

#dd57da color RGB value is (221,87,218).

#dd57da hex color red value is 221, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd57da hue: 0.84 , saturation: 0.66 and the lightness value of dd57da is 0.60.

The process color (four color CMYK) of #dd57da color hex is 0.00, 0.61, 0.01, 0.13. Web safe color of #dd57da is #cc66cc. Color #dd57da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010111 11011010
Octal 335 127 332
Decimal 221 87 218
Hex DD 57 DA

RGB Percentages of Color #dd57da

%42.02
%16.54
%41.44

CMYK Percentages of Color #dd57da

%0
%61
%1
%13

Triadic Colors of #dd57da

#dd57da #dadd57 #57dadd

Analogous Colors of #dd57da

#dd57da #dd5797 #9d57dd

Monochromatic Colors of #dd57da

#dd57da

Complementary Color

#dd57da #57dd5a

#dd57da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd57da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd57da Color CSS Codes

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

#dd57da Text Font Color

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

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


#dd57da Background Color

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

This div background color is #dd57da


#dd57da Border Color

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

This div border color is #dd57da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd57da


Comments

No comments written yet.

Please login to write comment.