Color Hex Logo

#dd58cc Color Hex

#DD58CC
(221,88,204)
0 Favorites   0 Comments

Color spaces of #dd58cc

RGB 22188204
HSL0.850.660.61
HSV308°60°87°
CMYK 0.000.600.08   0.13
XYZ44.207626.711259.9525
Yxy26.71120.33780.2041
Hunter Lab51.682962.2372-32.5988
CIE-Lab58.706165.3881-35.1217

#dd58cc color RGB value is (221,88,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 11001100
Octal 335 130 314
Decimal 221 88 204
Hex DD 58 CC

RGB Percentages of Color #dd58cc

%43.08
%17.15
%39.77

CMYK Percentages of Color #dd58cc

%0
%60
%8
%13

Triadic Colors of #dd58cc

#dd58cc #ccdd58 #58ccdd

Analogous Colors of #dd58cc

#dd58cc #dd588a #ac58dd

Monochromatic Colors of #dd58cc

#dd58cc

Complementary Color

#dd58cc #58dd69

#dd58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd58cc Color CSS Codes

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

#dd58cc Text Font Color

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

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


#dd58cc Background Color

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

This div background color is #dd58cc


#dd58cc Border Color

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

This div border color is #dd58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd58cc

#dd58cc Color Palettes


Comments

No comments written yet.

Please login to write comment.