Color Hex Logo

#db60ab Color Hex

#DB60AB
(219,96,171)
0 Favorites   0 Comments

Color spaces of #db60ab

RGB 21996171
HSL0.900.630.62
HSV323°56°86°
CMYK 0.000.560.22   0.14
XYZ40.747026.366141.4696
Yxy26.36610.37530.2428
Hunter Lab51.347951.7893-11.9402
CIE-Lab58.382956.3964-16.7264

#db60ab color RGB value is (219,96,171).

#db60ab hex color red value is 219, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db60ab hue: 0.90 , saturation: 0.63 and the lightness value of db60ab is 0.62.

The process color (four color CMYK) of #db60ab color hex is 0.00, 0.56, 0.22, 0.14. Web safe color of #db60ab is #cc6699. Color #db60ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 10101011
Octal 333 140 253
Decimal 219 96 171
Hex DB 60 AB

RGB Percentages of Color #db60ab

%45.06
%19.75
%35.19

CMYK Percentages of Color #db60ab

%0
%56
%22
%14

Triadic Colors of #db60ab

#db60ab #abdb60 #60abdb

Analogous Colors of #db60ab

#db60ab #db606e #ce60db

Monochromatic Colors of #db60ab

#db60ab

Complementary Color

#db60ab #60db90

#db60ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db60ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db60ab Color CSS Codes

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

#db60ab Text Font Color

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

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


#db60ab Background Color

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

This div background color is #db60ab


#db60ab Border Color

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

This div border color is #db60ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db60ab


Comments

No comments written yet.

Please login to write comment.