Color Hex Logo

#db568f Color Hex

#DB568F
(219,86,143)
0 Favorites   0 Comments

Color spaces of #db568f

RGB 21986143
HSL0.930.650.60
HSV334°61°86°
CMYK 0.000.610.35   0.14
XYZ37.499123.698828.5845
Yxy23.69880.41770.2640
Hunter Lab48.681452.3054-0.7366
CIE-Lab55.785057.2989-4.2948

#db568f color RGB value is (219,86,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 10001111
Octal 333 126 217
Decimal 219 86 143
Hex DB 56 8F

RGB Percentages of Color #db568f

%48.88
%19.20
%31.92

CMYK Percentages of Color #db568f

%0
%61
%35
%14

Triadic Colors of #db568f

#db568f #8fdb56 #568fdb

Analogous Colors of #db568f

#db568f #db6056 #db56d2

Monochromatic Colors of #db568f

#db568f

Complementary Color

#db568f #56dba2

#db568f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db568f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db568f Color CSS Codes

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

#db568f Text Font Color

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

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


#db568f Background Color

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

This div background color is #db568f


#db568f Border Color

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

This div border color is #db568f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db568f


Comments

No comments written yet.

Please login to write comment.