Color Hex Logo

#dc5caa Color Hex

#DC5CAA
(220,92,170)
0 Favorites   0 Comments

Color spaces of #dc5caa

RGB 22092170
HSL0.900.650.61
HSV323°58°86°
CMYK 0.000.580.23   0.14
XYZ40.598025.772240.8650
Yxy25.77220.37860.2403
Hunter Lab50.766353.9060-12.1898
CIE-Lab57.820258.3619-16.9886

#dc5caa color RGB value is (220,92,170).

#dc5caa hex color red value is 220, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc5caa hue: 0.90 , saturation: 0.65 and the lightness value of dc5caa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 10101010
Octal 334 134 252
Decimal 220 92 170
Hex DC 5C AA

RGB Percentages of Color #dc5caa

%45.64
%19.09
%35.27

CMYK Percentages of Color #dc5caa

%0
%58
%23
%14

Triadic Colors of #dc5caa

#dc5caa #aadc5c #5caadc

Analogous Colors of #dc5caa

#dc5caa #dc5c6a #ce5cdc

Monochromatic Colors of #dc5caa

#dc5caa

Complementary Color

#dc5caa #5cdc8e

#dc5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5caa Color CSS Codes

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

#dc5caa Text Font Color

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

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


#dc5caa Background Color

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

This div background color is #dc5caa


#dc5caa Border Color

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

This div border color is #dc5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5caa


Comments

No comments written yet.

Please login to write comment.