Color Hex Logo

#db568d Color Hex

#DB568D
(219,86,141)
0 Favorites   0 Comments

Color spaces of #db568d

RGB 21986141
HSL0.930.650.60
HSV335°61°86°
CMYK 0.000.610.36   0.14
XYZ37.348923.638727.7935
Yxy23.63870.42070.2663
Hunter Lab48.619652.03670.1405
CIE-Lab55.724257.0704-3.2072

#db568d color RGB value is (219,86,141).

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

The process color (four color CMYK) of #db568d color hex is 0.00, 0.61, 0.36, 0.14. Web safe color of #db568d is #cc6699. Color #db568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 10001101
Octal 333 126 215
Decimal 219 86 141
Hex DB 56 8D

RGB Percentages of Color #db568d

%49.10
%19.28
%31.61

CMYK Percentages of Color #db568d

%0
%61
%36
%14

Triadic Colors of #db568d

#db568d #8ddb56 #568ddb

Analogous Colors of #db568d

#db568d #db6256 #db56d0

Monochromatic Colors of #db568d

#db568d

Complementary Color

#db568d #56dba4

#db568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db568d Color CSS Codes

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

#db568d Text Font Color

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

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


#db568d Background Color

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

This div background color is #db568d


#db568d Border Color

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

This div border color is #db568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db568d


Comments

No comments written yet.

Please login to write comment.