Color Hex Logo

#dc54aa Color Hex

#DC54AA
(220,84,170)
0 Favorites   0 Comments

Color spaces of #dc54aa

RGB 22084170
HSL0.890.660.60
HSV322°62°86°
CMYK 0.000.620.23   0.14
XYZ39.941224.458640.6461
Yxy24.45860.38020.2328
Hunter Lab49.455657.6122-14.1097
CIE-Lab56.544161.8208-18.9308

#dc54aa color RGB value is (220,84,170).

#dc54aa hex color red value is 220, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc54aa hue: 0.89 , saturation: 0.66 and the lightness value of dc54aa is 0.60.

The process color (four color CMYK) of #dc54aa color hex is 0.00, 0.62, 0.23, 0.14. Web safe color of #dc54aa is #cc6699. Color #dc54aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 10101010
Octal 334 124 252
Decimal 220 84 170
Hex DC 54 AA

RGB Percentages of Color #dc54aa

%46.41
%17.72
%35.86

CMYK Percentages of Color #dc54aa

%0
%62
%23
%14

Triadic Colors of #dc54aa

#dc54aa #aadc54 #54aadc

Analogous Colors of #dc54aa

#dc54aa #dc5466 #ca54dc

Monochromatic Colors of #dc54aa

#dc54aa

Complementary Color

#dc54aa #54dc86

#dc54aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc54aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc54aa Color CSS Codes

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

#dc54aa Text Font Color

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

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


#dc54aa Background Color

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

This div background color is #dc54aa


#dc54aa Border Color

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

This div border color is #dc54aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc54aa


Comments

No comments written yet.

Please login to write comment.