Color Hex Logo

#dd59ca Color Hex

#DD59CA
(221,89,202)
0 Favorites   0 Comments

Color spaces of #dd59ca

RGB 22189202
HSL0.860.660.61
HSV309°60°87°
CMYK 0.000.600.09   0.13
XYZ44.051826.781258.7246
Yxy26.78120.34000.2067
Hunter Lab51.750661.3817-31.0547
CIE-Lab58.771364.6514-33.8824

#dd59ca color RGB value is (221,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011001 11001010
Octal 335 131 312
Decimal 221 89 202
Hex DD 59 CA

RGB Percentages of Color #dd59ca

%43.16
%17.38
%39.45

CMYK Percentages of Color #dd59ca

%0
%60
%9
%13

Triadic Colors of #dd59ca

#dd59ca #cadd59 #59cadd

Analogous Colors of #dd59ca

#dd59ca #dd5988 #ae59dd

Monochromatic Colors of #dd59ca

#dd59ca

Complementary Color

#dd59ca #59dd6c

#dd59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd59ca Color CSS Codes

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

#dd59ca Text Font Color

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

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


#dd59ca Background Color

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

This div background color is #dd59ca


#dd59ca Border Color

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

This div border color is #dd59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd59ca


Comments

No comments written yet.

Please login to write comment.