Color Hex Logo

#dc2a8c Color Hex

#DC2A8C
(220,42,140)
0 Favorites   0 Comments

Color spaces of #dc2a8c

RGB 22042140
HSL0.910.720.51
HSV327°81°86°
CMYK 0.000.810.36   0.14
XYZ35.076818.765026.5842
Yxy18.76500.43610.2333
Hunter Lab43.318668.7311-6.0627
CIE-Lab50.411172.3894-10.5003

#dc2a8c color RGB value is (220,42,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101010 10001100
Octal 334 52 214
Decimal 220 42 140
Hex DC 2A 8C

RGB Percentages of Color #dc2a8c

%54.73
%10.45
%34.83

CMYK Percentages of Color #dc2a8c

%0
%81
%36
%14

Triadic Colors of #dc2a8c

#dc2a8c #8cdc2a #2a8cdc

Analogous Colors of #dc2a8c

#dc2a8c #dc2a33 #d32adc

Monochromatic Colors of #dc2a8c

#dc2a8c

Complementary Color

#dc2a8c #2adc7a

#dc2a8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2a8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2a8c Color CSS Codes

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

#dc2a8c Text Font Color

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

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


#dc2a8c Background Color

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

This div background color is #dc2a8c


#dc2a8c Border Color

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

This div border color is #dc2a8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2a8c


Comments

No comments written yet.

Please login to write comment.