Color Hex Logo

#dc96aa Color Hex

#DC96AA
(220,150,170)
0 Favorites   0 Comments

Color spaces of #dc96aa

RGB 220150170
HSL0.950.500.73
HSV343°32°86°
CMYK 0.000.320.23   0.14
XYZ47.677239.930643.2247
Yxy39.93060.36440.3052
Hunter Lab63.190724.09413.6770
CIE-Lab69.420129.08770.2862

#dc96aa color RGB value is (220,150,170).

#dc96aa hex color red value is 220, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc96aa hue: 0.95 , saturation: 0.50 and the lightness value of dc96aa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 10101010
Octal 334 226 252
Decimal 220 150 170
Hex DC 96 AA

RGB Percentages of Color #dc96aa

%40.74
%27.78
%31.48

CMYK Percentages of Color #dc96aa

%0
%32
%23
%14

Triadic Colors of #dc96aa

#dc96aa #aadc96 #96aadc

Analogous Colors of #dc96aa

#dc96aa #dca596 #dc96cd

Monochromatic Colors of #dc96aa

#dc96aa

Complementary Color

#dc96aa #96dcc8

#dc96aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc96aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc96aa Color CSS Codes

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

#dc96aa Text Font Color

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

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


#dc96aa Background Color

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

This div background color is #dc96aa


#dc96aa Border Color

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

This div border color is #dc96aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc96aa


Comments

No comments written yet.

Please login to write comment.