color codes Logo

#db2adb color codes

#DB2ADB
(219,42,219)
0 Favorites   0 Comments

Color spaces of #db2adb

RGB 21942219
HSL0.830.710.51
HSV300°81°86°
CMYK 0.000.810.00   0.14
XYZ42.827621.830568.9743
Yxy21.83050.32050.1634
Hunter Lab46.723181.8522-54.8198
CIE-Lab53.846782.2599-51.3414

#db2adb color RGB value is (219,42,219).

#db2adb hex color red value is 219, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db2adb hue: 0.83 , saturation: 0.71 and the lightness value of db2adb is 0.51.

The process color (four color CMYK) of #db2adb color code is 0.00, 0.81, 0.00, 0.14. Web safe color of #db2adb is #cc33cc. Color #db2adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101010 11011011
Octal 333 52 333
Decimal 219 42 219
Hex DB 2A DB

RGB Percentages of Color #db2adb

%45.63
%8.75
%45.63

CMYK Percentages of Color #db2adb

%0
%81
%0
%14

Triadic Colors of #db2adb

#db2adb #dbdb2a #2adbdb

Analogous Colors of #db2adb

#db2adb #db2a83 #832adb

Monochromatic Colors of #db2adb

#db2adb

Complementary Color

#db2adb #2adb2a

#db2adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2adb Color CSS Codes

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

#db2adb Text Font Color

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

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


#db2adb Background Color

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

This div background color is #db2adb


#db2adb Border Color

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

This div border color is #db2adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2adb


Comments

No comments written yet.

Please login to write comment.