Color Hex Logo

#db566a Color Hex

#DB566A
(219,86,106)
0 Favorites   0 Comments

Color spaces of #db566a

RGB 21986106
HSL0.970.650.60
HSV351°61°86°
CMYK 0.000.610.52   0.14
XYZ35.142722.756316.1758
Yxy22.75630.47440.3072
Hunter Lab47.703648.017813.2879
CIE-Lab54.820453.608216.1792

#db566a color RGB value is (219,86,106).

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

The process color (four color CMYK) of #db566a color hex is 0.00, 0.61, 0.52, 0.14. Web safe color of #db566a is #cc6666. Color #db566a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 01101010
Octal 333 126 152
Decimal 219 86 106
Hex DB 56 6A

RGB Percentages of Color #db566a

%53.28
%20.92
%25.79

CMYK Percentages of Color #db566a

%0
%61
%52
%14

Triadic Colors of #db566a

#db566a #6adb56 #566adb

Analogous Colors of #db566a

#db566a #db8556 #db56ad

Monochromatic Colors of #db566a

#db566a

Complementary Color

#db566a #56dbc7

#db566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db566a Color CSS Codes

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

#db566a Text Font Color

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

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


#db566a Background Color

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

This div background color is #db566a


#db566a Border Color

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

This div border color is #db566a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db566a


Comments

No comments written yet.

Please login to write comment.