Color Hex Logo

#db61ab Color Hex

#DB61AB
(219,97,171)
0 Favorites   0 Comments

Color spaces of #db61ab

RGB 21997171
HSL0.900.630.62
HSV324°56°86°
CMYK 0.000.560.22   0.14
XYZ40.838826.549741.5002
Yxy26.54970.37510.2438
Hunter Lab51.526451.3043-11.6846
CIE-Lab58.555255.9368-16.4650

#db61ab color RGB value is (219,97,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 10101011
Octal 333 141 253
Decimal 219 97 171
Hex DB 61 AB

RGB Percentages of Color #db61ab

%44.97
%19.92
%35.11

CMYK Percentages of Color #db61ab

%0
%56
%22
%14

Triadic Colors of #db61ab

#db61ab #abdb61 #61abdb

Analogous Colors of #db61ab

#db61ab #db616e #ce61db

Monochromatic Colors of #db61ab

#db61ab

Complementary Color

#db61ab #61db91

#db61ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db61ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db61ab Color CSS Codes

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

#db61ab Text Font Color

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

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


#db61ab Background Color

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

This div background color is #db61ab


#db61ab Border Color

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

This div border color is #db61ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,97,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 #db61ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db61ab


Comments

No comments written yet.

Please login to write comment.