Color Hex Logo

#db41fa Color Hex

#DB41FA
(219,65,250)
0 Favorites   0 Comments

Color spaces of #db41fa

RGB 21965250
HSL0.810.950.62
HSV290°74°98°
CMYK 0.120.740.00   0.02
XYZ48.359025.742892.8625
Yxy25.74280.28960.1542
Hunter Lab50.737481.3423-72.9999
CIE-Lab57.792181.0930-62.4385

#db41fa color RGB value is (219,65,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 11111010
Octal 333 101 372
Decimal 219 65 250
Hex DB 41 FA

RGB Percentages of Color #db41fa

%41.01
%12.17
%46.82

CMYK Percentages of Color #db41fa

%12
%74
%0
%2

Triadic Colors of #db41fa

#db41fa #fadb41 #41fadb

Analogous Colors of #db41fa

#db41fa #fa41bd #7f41fa

Monochromatic Colors of #db41fa

#db41fa

Complementary Color

#db41fa #60fa41

#db41fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db41fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db41fa Color CSS Codes

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

#db41fa Text Font Color

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

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


#db41fa Background Color

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

This div background color is #db41fa


#db41fa Border Color

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

This div border color is #db41fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,65,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 #db41fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db41fa


Comments

No comments written yet.

Please login to write comment.