Color Hex Logo

#dc44dc Color Hex

#DC44DC
(220,68,220)
0 Favorites   0 Comments

Color spaces of #dc44dc

RGB 22068220
HSL0.830.680.56
HSV300°69°86°
CMYK 0.000.690.00   0.14
XYZ44.500624.517270.0970
Yxy24.51720.31990.1762
Hunter Lab49.514873.7728-49.2751
CIE-Lab56.601975.3115-47.5179

#dc44dc color RGB value is (220,68,220).

#dc44dc hex color red value is 220, green value is 68 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc44dc hue: 0.83 , saturation: 0.68 and the lightness value of dc44dc is 0.56.

The process color (four color CMYK) of #dc44dc color hex is 0.00, 0.69, 0.00, 0.14. Web safe color of #dc44dc is #cc33cc. Color #dc44dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 11011100
Octal 334 104 334
Decimal 220 68 220
Hex DC 44 DC

RGB Percentages of Color #dc44dc

%43.31
%13.39
%43.31

CMYK Percentages of Color #dc44dc

%0
%69
%0
%14

Triadic Colors of #dc44dc

#dc44dc #dcdc44 #44dcdc

Analogous Colors of #dc44dc

#dc44dc #dc4490 #9044dc

Monochromatic Colors of #dc44dc

#dc44dc

Complementary Color

#dc44dc #44dc44

#dc44dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc44dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc44dc Color CSS Codes

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

#dc44dc Text Font Color

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

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


#dc44dc Background Color

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

This div background color is #dc44dc


#dc44dc Border Color

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

This div border color is #dc44dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc44dc


Comments

No comments written yet.

Please login to write comment.