Color Hex Logo

#dc2adc Color Hex

#DC2ADC
(220,42,220)
0 Favorites   0 Comments

Color spaces of #dc2adc

RGB 22042220
HSL0.830.720.51
HSV300°81°86°
CMYK 0.000.810.00   0.14
XYZ43.261422.038969.6839
Yxy22.03890.32050.1633
Hunter Lab46.945682.3368-55.1454
CIE-Lab54.068382.5948-51.5464

#dc2adc color RGB value is (220,42,220).

#dc2adc hex color red value is 220, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc2adc hue: 0.83 , saturation: 0.72 and the lightness value of dc2adc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101010 11011100
Octal 334 52 334
Decimal 220 42 220
Hex DC 2A DC

RGB Percentages of Color #dc2adc

%45.64
%8.71
%45.64

CMYK Percentages of Color #dc2adc

%0
%81
%0
%14

Triadic Colors of #dc2adc

#dc2adc #dcdc2a #2adcdc

Analogous Colors of #dc2adc

#dc2adc #dc2a83 #832adc

Monochromatic Colors of #dc2adc

#dc2adc

Complementary Color

#dc2adc #2adc2a

#dc2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2adc Color CSS Codes

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

#dc2adc Text Font Color

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

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


#dc2adc Background Color

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

This div background color is #dc2adc


#dc2adc Border Color

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

This div border color is #dc2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2adc


Comments

No comments written yet.

Please login to write comment.