Color Hex Logo

#db56d2 Color Hex

#DB56D2
(219,86,210)
0 Favorites   0 Comments

Color spaces of #db56d2

RGB 21986210
HSL0.840.650.60
HSV304°61°86°
CMYK 0.000.610.04   0.14
XYZ44.174126.368863.7342
Yxy26.36880.32900.1964
Hunter Lab51.350663.6904-37.6429
CIE-Lab58.385566.6720-39.0511

#db56d2 color RGB value is (219,86,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 11010010
Octal 333 126 322
Decimal 219 86 210
Hex DB 56 D2

RGB Percentages of Color #db56d2

%42.52
%16.70
%40.78

CMYK Percentages of Color #db56d2

%0
%61
%4
%14

Triadic Colors of #db56d2

#db56d2 #d2db56 #56d2db

Analogous Colors of #db56d2

#db56d2 #db5690 #a256db

Monochromatic Colors of #db56d2

#db56d2

Complementary Color

#db56d2 #56db5f

#db56d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56d2 Color CSS Codes

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

#db56d2 Text Font Color

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

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


#db56d2 Background Color

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

This div background color is #db56d2


#db56d2 Border Color

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

This div border color is #db56d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56d2


Comments

No comments written yet.

Please login to write comment.