Color Hex Logo

#db26ab Color Hex

#DB26AB
(219,38,171)
0 Favorites   0 Comments

Color spaces of #db26ab

RGB 21938171
HSL0.880.720.50
HSV316°83°86°
CMYK 0.000.830.22   0.14
XYZ37.257219.386640.3064
Yxy19.38660.38430.2000
Hunter Lab44.030273.9891-23.4544
CIE-Lab51.136576.5452-27.8519

#db26ab color RGB value is (219,38,171).

#db26ab hex color red value is 219, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db26ab hue: 0.88 , saturation: 0.72 and the lightness value of db26ab is 0.50.

The process color (four color CMYK) of #db26ab color hex is 0.00, 0.83, 0.22, 0.14. Web safe color of #db26ab is #cc3399. Color #db26ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 10101011
Octal 333 46 253
Decimal 219 38 171
Hex DB 26 AB

RGB Percentages of Color #db26ab

%51.17
%8.88
%39.95

CMYK Percentages of Color #db26ab

%0
%83
%22
%14

Triadic Colors of #db26ab

#db26ab #abdb26 #26abdb

Analogous Colors of #db26ab

#db26ab #db2650 #b126db

Monochromatic Colors of #db26ab

#db26ab

Complementary Color

#db26ab #26db56

#db26ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db26ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db26ab Color CSS Codes

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

#db26ab Text Font Color

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

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


#db26ab Background Color

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

This div background color is #db26ab


#db26ab Border Color

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

This div border color is #db26ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db26ab


Comments

No comments written yet.

Please login to write comment.