Color Hex Logo

#dc58dc Color Hex

#DC58DC
(220,88,220)
0 Favorites   0 Comments

Color spaces of #dc58dc

RGB 22088220
HSL0.830.650.60
HSV300°60°86°
CMYK 0.000.600.00   0.14
XYZ45.923227.362470.5712
Yxy27.36240.31920.1902
Hunter Lab52.309165.1679-43.3729
CIE-Lab59.308367.7402-43.2404

#dc58dc color RGB value is (220,88,220).

#dc58dc hex color red value is 220, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc58dc hue: 0.83 , saturation: 0.65 and the lightness value of dc58dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11011100
Octal 334 130 334
Decimal 220 88 220
Hex DC 58 DC

RGB Percentages of Color #dc58dc

%41.67
%16.67
%41.67

CMYK Percentages of Color #dc58dc

%0
%60
%0
%14

Triadic Colors of #dc58dc

#dc58dc #dcdc58 #58dcdc

Analogous Colors of #dc58dc

#dc58dc #dc589a #9a58dc

Monochromatic Colors of #dc58dc

#dc58dc

Complementary Color

#dc58dc #58dc58

#dc58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58dc Color CSS Codes

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

#dc58dc Text Font Color

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

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


#dc58dc Background Color

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

This div background color is #dc58dc


#dc58dc Border Color

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

This div border color is #dc58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58dc


Comments

No comments written yet.

Please login to write comment.