Color Hex Logo

#db56ce Color Hex

#DB56CE
(219,86,206)
0 Favorites   0 Comments

Color spaces of #db56ce

RGB 21986206
HSL0.850.650.60
HSV306°61°86°
CMYK 0.000.610.06   0.14
XYZ43.681826.171961.1419
Yxy26.17190.33350.1998
Hunter Lab51.158562.8853-35.0493
CIE-Lab58.199966.0279-37.0714

#db56ce color RGB value is (219,86,206).

#db56ce hex color red value is 219, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #db56ce hue: 0.85 , saturation: 0.65 and the lightness value of db56ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 11001110
Octal 333 126 316
Decimal 219 86 206
Hex DB 56 CE

RGB Percentages of Color #db56ce

%42.86
%16.83
%40.31

CMYK Percentages of Color #db56ce

%0
%61
%6
%14

Triadic Colors of #db56ce

#db56ce #cedb56 #56cedb

Analogous Colors of #db56ce

#db56ce #db568c #a656db

Monochromatic Colors of #db56ce

#db56ce

Complementary Color

#db56ce #56db63

#db56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56ce Color CSS Codes

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

#db56ce Text Font Color

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

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


#db56ce Background Color

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

This div background color is #db56ce


#db56ce Border Color

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

This div border color is #db56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56ce


Comments

No comments written yet.

Please login to write comment.