Color Hex Logo

#db31d2 Color Hex

#DB31D2
(219,49,210)
0 Favorites   0 Comments

Color spaces of #db31d2

RGB 21949210
HSL0.840.700.53
HSV303°78°86°
CMYK 0.000.780.04   0.14
XYZ41.944621.909862.9911
Yxy21.90980.33070.1727
Hunter Lab46.807978.0402-47.0232
CIE-Lab53.931279.2430-46.0781

#db31d2 color RGB value is (219,49,210).

#db31d2 hex color red value is 219, green value is 49 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #db31d2 hue: 0.84 , saturation: 0.70 and the lightness value of db31d2 is 0.53.

The process color (four color CMYK) of #db31d2 color hex is 0.00, 0.78, 0.04, 0.14. Web safe color of #db31d2 is #cc33cc. Color #db31d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 11010010
Octal 333 61 322
Decimal 219 49 210
Hex DB 31 D2

RGB Percentages of Color #db31d2

%45.82
%10.25
%43.93

CMYK Percentages of Color #db31d2

%0
%78
%4
%14

Triadic Colors of #db31d2

#db31d2 #d2db31 #31d2db

Analogous Colors of #db31d2

#db31d2 #db317d #8f31db

Monochromatic Colors of #db31d2

#db31d2

Complementary Color

#db31d2 #31db3a

#db31d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db31d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db31d2 Color CSS Codes

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

#db31d2 Text Font Color

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

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


#db31d2 Background Color

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

This div background color is #db31d2


#db31d2 Border Color

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

This div border color is #db31d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db31d2


Comments

No comments written yet.

Please login to write comment.