Color Hex Logo

#dc28aa Color Hex

#DC28AA
(220,40,170)
0 Favorites   0 Comments

Color spaces of #dc28aa

RGB 22040170
HSL0.880.720.51
HSV317°82°86°
CMYK 0.000.820.23   0.14
XYZ37.529719.635539.8422
Yxy19.63550.38690.2024
Hunter Lab44.312073.6334-22.2910
CIE-Lab51.422676.2020-26.8052

#dc28aa color RGB value is (220,40,170).

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

The process color (four color CMYK) of #dc28aa color hex is 0.00, 0.82, 0.23, 0.14. Web safe color of #dc28aa is #cc3399. Color #dc28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101000 10101010
Octal 334 50 252
Decimal 220 40 170
Hex DC 28 AA

RGB Percentages of Color #dc28aa

%51.16
%9.30
%39.53

CMYK Percentages of Color #dc28aa

%0
%82
%23
%14

Triadic Colors of #dc28aa

#dc28aa #aadc28 #28aadc

Analogous Colors of #dc28aa

#dc28aa #dc2850 #b428dc

Monochromatic Colors of #dc28aa

#dc28aa

Complementary Color

#dc28aa #28dc5a

#dc28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc28aa Color CSS Codes

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

#dc28aa Text Font Color

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

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


#dc28aa Background Color

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

This div background color is #dc28aa


#dc28aa Border Color

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

This div border color is #dc28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc28aa


Comments

No comments written yet.

Please login to write comment.