Color Hex Logo

#db31fa Color Hex

#DB31FA
(219,49,250)
0 Favorites   0 Comments

Color spaces of #db31fa

RGB 21949250
HSL0.810.950.59
HSV291°80°98°
CMYK 0.120.800.00   0.02
XYZ47.567024.158892.5985
Yxy24.15880.28950.1470
Hunter Lab49.151686.7300-77.2925
CIE-Lab56.246485.5642-64.9235

#db31fa color RGB value is (219,49,250).

#db31fa hex color red value is 219, green value is 49 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db31fa hue: 0.81 , saturation: 0.95 and the lightness value of db31fa is 0.59.

The process color (four color CMYK) of #db31fa color hex is 0.12, 0.80, 0.00, 0.02. Web safe color of #db31fa is #cc33ff. Color #db31fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 11111010
Octal 333 61 372
Decimal 219 49 250
Hex DB 31 FA

RGB Percentages of Color #db31fa

%42.28
%9.46
%48.26

CMYK Percentages of Color #db31fa

%12
%80
%0
%2

Triadic Colors of #db31fa

#db31fa #fadb31 #31fadb

Analogous Colors of #db31fa

#db31fa #fa31b5 #7731fa

Monochromatic Colors of #db31fa

#db31fa

Complementary Color

#db31fa #50fa31

#db31fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db31fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db31fa Color CSS Codes

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

#db31fa Text Font Color

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

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


#db31fa Background Color

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

This div background color is #db31fa


#db31fa Border Color

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

This div border color is #db31fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db31fa


Comments

No comments written yet.

Please login to write comment.