color codes Logo

#db72ab color codes

#DB72AB
(219,114,171)
0 Favorites   0 Comments

Color spaces of #db72ab

RGB 219114171
HSL0.910.590.65
HSV327°48°86°
CMYK 0.000.480.22   0.14
XYZ42.581430.035042.0811
Yxy30.03500.37120.2619
Hunter Lab54.804242.7824-7.1626
CIE-Lab61.684447.7407-11.7433

#db72ab color RGB value is (219,114,171).

#db72ab hex color red value is 219, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db72ab hue: 0.91 , saturation: 0.59 and the lightness value of db72ab is 0.65.

The process color (four color CMYK) of #db72ab color code is 0.00, 0.48, 0.22, 0.14. Web safe color of #db72ab is #cc6699. Color #db72ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 10101011
Octal 333 162 253
Decimal 219 114 171
Hex DB 72 AB

RGB Percentages of Color #db72ab

%43.45
%22.62
%33.93

CMYK Percentages of Color #db72ab

%0
%48
%22
%14

Triadic Colors of #db72ab

#db72ab #abdb72 #72abdb

Analogous Colors of #db72ab

#db72ab #db7277 #d772db

Monochromatic Colors of #db72ab

#db72ab

Complementary Color

#db72ab #72dba2

#db72ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db72ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db72ab Color CSS Codes

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

#db72ab Text Font Color

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

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


#db72ab Background Color

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

This div background color is #db72ab


#db72ab Border Color

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

This div border color is #db72ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db72ab


Comments

No comments written yet.

Please login to write comment.