Color Hex Logo

#db56cb Color Hex

#DB56CB
(219,86,203)
0 Favorites   0 Comments

Color spaces of #db56cb

RGB 21986203
HSL0.850.650.60
HSV307°61°86°
CMYK 0.000.610.07   0.14
XYZ43.320726.027459.2405
Yxy26.02740.33690.2024
Hunter Lab51.017162.2919-33.1350
CIE-Lab58.063065.5515-35.5788

#db56cb color RGB value is (219,86,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 11001011
Octal 333 126 313
Decimal 219 86 203
Hex DB 56 CB

RGB Percentages of Color #db56cb

%43.11
%16.93
%39.96

CMYK Percentages of Color #db56cb

%0
%61
%7
%14

Triadic Colors of #db56cb

#db56cb #cbdb56 #56cbdb

Analogous Colors of #db56cb

#db56cb #db5689 #a956db

Monochromatic Colors of #db56cb

#db56cb

Complementary Color

#db56cb #56db66

#db56cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56cb Color CSS Codes

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

#db56cb Text Font Color

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

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


#db56cb Background Color

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

This div background color is #db56cb


#db56cb Border Color

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

This div border color is #db56cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56cb


Comments

No comments written yet.

Please login to write comment.