Color Hex Logo

#dc3adc Color Hex

#DC3ADC
(220,58,220)
0 Favorites   0 Comments

Color spaces of #dc3adc

RGB 22058220
HSL0.830.700.55
HSV300°74°86°
CMYK 0.000.740.00   0.14
XYZ43.946523.409169.9123
Yxy23.40910.32020.1705
Hunter Lab48.383077.4624-51.8047
CIE-Lab55.491378.4808-49.2811

#dc3adc color RGB value is (220,58,220).

#dc3adc hex color red value is 220, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc3adc hue: 0.83 , saturation: 0.70 and the lightness value of dc3adc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111010 11011100
Octal 334 72 334
Decimal 220 58 220
Hex DC 3A DC

RGB Percentages of Color #dc3adc

%44.18
%11.65
%44.18

CMYK Percentages of Color #dc3adc

%0
%74
%0
%14

Triadic Colors of #dc3adc

#dc3adc #dcdc3a #3adcdc

Analogous Colors of #dc3adc

#dc3adc #dc3a8b #8b3adc

Monochromatic Colors of #dc3adc

#dc3adc

Complementary Color

#dc3adc #3adc3a

#dc3adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3adc Color CSS Codes

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

#dc3adc Text Font Color

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

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


#dc3adc Background Color

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

This div background color is #dc3adc


#dc3adc Border Color

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

This div border color is #dc3adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3adc


Comments

No comments written yet.

Please login to write comment.