Color Hex Logo

#dc56ba Color Hex

#DC56BA
(220,86,186)
0 Favorites   0 Comments

Color spaces of #dc56ba

RGB 22086186
HSL0.880.660.60
HSV315°61°86°
CMYK 0.000.610.15   0.14
XYZ41.705925.416449.1621
Yxy25.41640.35870.2186
Hunter Lab50.414759.4397-22.5266
CIE-Lab57.478963.2276-26.7457

#dc56ba color RGB value is (220,86,186).

#dc56ba hex color red value is 220, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc56ba hue: 0.88 , saturation: 0.66 and the lightness value of dc56ba is 0.60.

The process color (four color CMYK) of #dc56ba color hex is 0.00, 0.61, 0.15, 0.14. Web safe color of #dc56ba is #cc66cc. Color #dc56ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 10111010
Octal 334 126 272
Decimal 220 86 186
Hex DC 56 BA

RGB Percentages of Color #dc56ba

%44.72
%17.48
%37.80

CMYK Percentages of Color #dc56ba

%0
%61
%15
%14

Triadic Colors of #dc56ba

#dc56ba #badc56 #56badc

Analogous Colors of #dc56ba

#dc56ba #dc5677 #bb56dc

Monochromatic Colors of #dc56ba

#dc56ba

Complementary Color

#dc56ba #56dc78

#dc56ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc56ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc56ba Color CSS Codes

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

#dc56ba Text Font Color

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

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


#dc56ba Background Color

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

This div background color is #dc56ba


#dc56ba Border Color

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

This div border color is #dc56ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc56ba


Comments

No comments written yet.

Please login to write comment.