Color Hex Logo

#db03fa Color Hex

#DB03FA
(219,3,250)
0 Favorites   0 Comments

Color spaces of #db03fa

RGB 2193250
HSL0.810.980.50
HSV292°99°98°
CMYK 0.120.990.00   0.02
XYZ46.501322.027392.2433
Yxy22.02730.28920.1370
Hunter Lab46.933394.7240-83.6762
CIE-Lab54.056092.0189-68.4576

#db03fa color RGB value is (219,3,250).

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

The process color (four color CMYK) of #db03fa color hex is 0.12, 0.99, 0.00, 0.02. Web safe color of #db03fa is #cc00ff. Color #db03fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 11111010
Octal 333 3 372
Decimal 219 3 250
Hex DB 3 FA

RGB Percentages of Color #db03fa

%46.40
%0.64
%52.97

CMYK Percentages of Color #db03fa

%12
%99
%0
%2

Triadic Colors of #db03fa

#db03fa #fadb03 #03fadb

Analogous Colors of #db03fa

#db03fa #fa039e #6003fa

Monochromatic Colors of #db03fa

#db03fa

Complementary Color

#db03fa #22fa03

#db03fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db03fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db03fa Color CSS Codes

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

#db03fa Text Font Color

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

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


#db03fa Background Color

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

This div background color is #db03fa


#db03fa Border Color

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

This div border color is #db03fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db03fa


Comments

No comments written yet.

Please login to write comment.