Color Hex Logo

#da56bd Color Hex

#DA56BD
(218,86,189)
0 Favorites   0 Comments

Color spaces of #da56bd

RGB 21886189
HSL0.870.640.60
HSV313°61°85°
CMYK 0.000.610.13   0.15
XYZ41.426525.235150.8316
Yxy25.23510.35260.2148
Hunter Lab50.234559.2916-24.8305
CIE-Lab57.303863.1321-28.7652

#da56bd color RGB value is (218,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10111101
Octal 332 126 275
Decimal 218 86 189
Hex DA 56 BD

RGB Percentages of Color #da56bd

%44.22
%17.44
%38.34

CMYK Percentages of Color #da56bd

%0
%61
%13
%15

Triadic Colors of #da56bd

#da56bd #bdda56 #56bdda

Analogous Colors of #da56bd

#da56bd #da567b #b556da

Monochromatic Colors of #da56bd

#da56bd

Complementary Color

#da56bd #56da73

#da56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56bd Color CSS Codes

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

#da56bd Text Font Color

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

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


#da56bd Background Color

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

This div background color is #da56bd


#da56bd Border Color

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

This div border color is #da56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56bd


Comments

No comments written yet.

Please login to write comment.