Color Hex Logo

#dc5cac Color Hex

#DC5CAC
(220,92,172)
0 Favorites   0 Comments

Color spaces of #dc5cac

RGB 22092172
HSL0.900.650.61
HSV323°58°86°
CMYK 0.000.580.22   0.14
XYZ40.788725.848541.8692
Yxy25.84850.37590.2382
Hunter Lab50.841454.2333-13.2378
CIE-Lab57.893058.6369-18.0353

#dc5cac color RGB value is (220,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 10101100
Octal 334 134 254
Decimal 220 92 172
Hex DC 5C AC

RGB Percentages of Color #dc5cac

%45.45
%19.01
%35.54

CMYK Percentages of Color #dc5cac

%0
%58
%22
%14

Triadic Colors of #dc5cac

#dc5cac #acdc5c #5cacdc

Analogous Colors of #dc5cac

#dc5cac #dc5c6c #cc5cdc

Monochromatic Colors of #dc5cac

#dc5cac

Complementary Color

#dc5cac #5cdc8c

#dc5cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cac Color CSS Codes

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

#dc5cac Text Font Color

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

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


#dc5cac Background Color

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

This div background color is #dc5cac


#dc5cac Border Color

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

This div border color is #dc5cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,92,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc5cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cac


Comments

No comments written yet.

Please login to write comment.