Color Hex Logo

#db1abe Color Hex

#DB1ABE
(219,26,190)
0 Favorites   0 Comments

Color spaces of #db1abe

RGB 21926190
HSL0.860.790.48
HSV309°88°86°
CMYK 0.000.880.13   0.14
XYZ38.877119.516650.4332
Yxy19.51660.35720.1793
Hunter Lab44.177679.7725-36.7612
CIE-Lab51.286281.1281-38.7339

#db1abe color RGB value is (219,26,190).

#db1abe hex color red value is 219, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db1abe hue: 0.86 , saturation: 0.79 and the lightness value of db1abe is 0.48.

The process color (four color CMYK) of #db1abe color hex is 0.00, 0.88, 0.13, 0.14. Web safe color of #db1abe is #cc33cc. Color #db1abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011010 10111110
Octal 333 32 276
Decimal 219 26 190
Hex DB 1A BE

RGB Percentages of Color #db1abe

%50.34
%5.98
%43.68

CMYK Percentages of Color #db1abe

%0
%88
%13
%14

Triadic Colors of #db1abe

#db1abe #bedb1a #1abedb

Analogous Colors of #db1abe

#db1abe #db1a5d #981adb

Monochromatic Colors of #db1abe

#db1abe

Complementary Color

#db1abe #1adb37

#db1abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1abe Color CSS Codes

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

#db1abe Text Font Color

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

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


#db1abe Background Color

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

This div background color is #db1abe


#db1abe Border Color

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

This div border color is #db1abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1abe


Comments

No comments written yet.

Please login to write comment.