Color Hex Logo

#dc48aa Color Hex

#DC48AA
(220,72,170)
0 Favorites   0 Comments

Color spaces of #dc48aa

RGB 22072170
HSL0.890.680.57
HSV320°67°86°
CMYK 0.000.670.23   0.14
XYZ39.088322.752740.3617
Yxy22.75270.38250.2226
Hunter Lab47.699862.7998-16.7790
CIE-Lab54.816766.5814-21.5724

#dc48aa color RGB value is (220,72,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 10101010
Octal 334 110 252
Decimal 220 72 170
Hex DC 48 AA

RGB Percentages of Color #dc48aa

%47.62
%15.58
%36.80

CMYK Percentages of Color #dc48aa

%0
%67
%23
%14

Triadic Colors of #dc48aa

#dc48aa #aadc48 #48aadc

Analogous Colors of #dc48aa

#dc48aa #dc4860 #c448dc

Monochromatic Colors of #dc48aa

#dc48aa

Complementary Color

#dc48aa #48dc7a

#dc48aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48aa Color CSS Codes

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

#dc48aa Text Font Color

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

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


#dc48aa Background Color

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

This div background color is #dc48aa


#dc48aa Border Color

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

This div border color is #dc48aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48aa


Comments

No comments written yet.

Please login to write comment.