Color Hex Logo

#dd57ca Color Hex

#DD57CA
(221,87,202)
0 Favorites   0 Comments

Color spaces of #dd57ca

RGB 22187202
HSL0.860.660.60
HSV309°61°87°
CMYK 0.000.610.09   0.13
XYZ43.887726.452858.6699
Yxy26.45280.34020.2050
Hunter Lab51.432362.3094-31.6308
CIE-Lab58.464465.4931-34.3609

#dd57ca color RGB value is (221,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010111 11001010
Octal 335 127 312
Decimal 221 87 202
Hex DD 57 CA

RGB Percentages of Color #dd57ca

%43.33
%17.06
%39.61

CMYK Percentages of Color #dd57ca

%0
%61
%9
%13

Triadic Colors of #dd57ca

#dd57ca #cadd57 #57cadd

Analogous Colors of #dd57ca

#dd57ca #dd5787 #ad57dd

Monochromatic Colors of #dd57ca

#dd57ca

Complementary Color

#dd57ca #57dd6a

#dd57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd57ca Color CSS Codes

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

#dd57ca Text Font Color

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

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


#dd57ca Background Color

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

This div background color is #dd57ca


#dd57ca Border Color

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

This div border color is #dd57ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd57ca


Comments

No comments written yet.

Please login to write comment.