Color Hex Logo

#da56be Color Hex

#DA56BE
(218,86,190)
0 Favorites   0 Comments

Color spaces of #da56be

RGB 21886190
HSL0.870.640.60
HSV313°61°85°
CMYK 0.000.610.13   0.15
XYZ41.535525.278751.4053
Yxy25.27870.35130.2138
Hunter Lab50.277959.4757-25.4249
CIE-Lab57.346063.2824-29.2739

#da56be color RGB value is (218,86,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10111110
Octal 332 126 276
Decimal 218 86 190
Hex DA 56 BE

RGB Percentages of Color #da56be

%44.13
%17.41
%38.46

CMYK Percentages of Color #da56be

%0
%61
%13
%15

Triadic Colors of #da56be

#da56be #beda56 #56beda

Analogous Colors of #da56be

#da56be #da567c #b456da

Monochromatic Colors of #da56be

#da56be

Complementary Color

#da56be #56da72

#da56be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56be Color CSS Codes

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

#da56be Text Font Color

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

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


#da56be Background Color

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

This div background color is #da56be


#da56be Border Color

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

This div border color is #da56be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56be


Comments

No comments written yet.

Please login to write comment.