Color Hex Logo

#dc56bb Color Hex

#DC56BB
(220,86,187)
0 Favorites   0 Comments

Color spaces of #dc56bb

RGB 22086187
HSL0.870.660.60
HSV315°61°86°
CMYK 0.000.610.15   0.14
XYZ41.812625.459149.7240
Yxy25.45910.35740.2176
Hunter Lab50.457059.6192-23.1088
CIE-Lab57.520063.3741-27.2571

#dc56bb color RGB value is (220,86,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 10111011
Octal 334 126 273
Decimal 220 86 187
Hex DC 56 BB

RGB Percentages of Color #dc56bb

%44.62
%17.44
%37.93

CMYK Percentages of Color #dc56bb

%0
%61
%15
%14

Triadic Colors of #dc56bb

#dc56bb #bbdc56 #56bbdc

Analogous Colors of #dc56bb

#dc56bb #dc5678 #ba56dc

Monochromatic Colors of #dc56bb

#dc56bb

Complementary Color

#dc56bb #56dc77

#dc56bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc56bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc56bb Color CSS Codes

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

#dc56bb Text Font Color

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

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


#dc56bb Background Color

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

This div background color is #dc56bb


#dc56bb Border Color

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

This div border color is #dc56bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc56bb


Comments

No comments written yet.

Please login to write comment.