Color Hex Logo

#db31d4 Color Hex

#DB31D4
(219,49,212)
0 Favorites   0 Comments

Color spaces of #db31d4

RGB 21949212
HSL0.840.700.53
HSV302°78°86°
CMYK 0.000.780.03   0.14
XYZ42.195422.010264.3118
Yxy22.01020.32830.1713
Hunter Lab46.915078.4417-48.4351
CIE-Lab54.037879.5405-47.0509

#db31d4 color RGB value is (219,49,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 11010100
Octal 333 61 324
Decimal 219 49 212
Hex DB 31 D4

RGB Percentages of Color #db31d4

%45.63
%10.21
%44.17

CMYK Percentages of Color #db31d4

%0
%78
%3
%14

Triadic Colors of #db31d4

#db31d4 #d4db31 #31d4db

Analogous Colors of #db31d4

#db31d4 #db317f #8d31db

Monochromatic Colors of #db31d4

#db31d4

Complementary Color

#db31d4 #31db38

#db31d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db31d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db31d4 Color CSS Codes

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

#db31d4 Text Font Color

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

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


#db31d4 Background Color

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

This div background color is #db31d4


#db31d4 Border Color

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

This div border color is #db31d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db31d4


Comments

No comments written yet.

Please login to write comment.