Color Hex Logo

#dc82aa Color Hex

#DC82AA
(220,130,170)
0 Favorites   0 Comments

Color spaces of #dc82aa

RGB 220130170
HSL0.930.560.69
HSV333°41°86°
CMYK 0.000.410.23   0.14
XYZ44.753534.083242.2502
Yxy34.08320.36960.2815
Hunter Lab58.380834.6679-2.0416
CIE-Lab65.028639.7240-6.1724

#dc82aa color RGB value is (220,130,170).

#dc82aa hex color red value is 220, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc82aa hue: 0.93 , saturation: 0.56 and the lightness value of dc82aa is 0.69.

The process color (four color CMYK) of #dc82aa color hex is 0.00, 0.41, 0.23, 0.14. Web safe color of #dc82aa is #cc9999. Color #dc82aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 10101010
Octal 334 202 252
Decimal 220 130 170
Hex DC 82 AA

RGB Percentages of Color #dc82aa

%42.31
%25.00
%32.69

CMYK Percentages of Color #dc82aa

%0
%41
%23
%14

Triadic Colors of #dc82aa

#dc82aa #aadc82 #82aadc

Analogous Colors of #dc82aa

#dc82aa #dc8782 #dc82d7

Monochromatic Colors of #dc82aa

#dc82aa

Complementary Color

#dc82aa #82dcb4

#dc82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc82aa Color CSS Codes

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

#dc82aa Text Font Color

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

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


#dc82aa Background Color

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

This div background color is #dc82aa


#dc82aa Border Color

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

This div border color is #dc82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc82aa


Comments

No comments written yet.

Please login to write comment.