Color Hex Logo

#db03fb Color Hex

#DB03FB
(219,3,251)
0 Favorites   0 Comments

Color spaces of #db03fb

RGB 2193251
HSL0.810.980.50
HSV292°99°98°
CMYK 0.130.990.00   0.02
XYZ46.658622.090293.0714
Yxy22.09020.28830.1365
Hunter Lab47.000294.9522-84.5079
CIE-Lab54.122692.1755-68.9074

#db03fb color RGB value is (219,3,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 11111011
Octal 333 3 373
Decimal 219 3 251
Hex DB 3 FB

RGB Percentages of Color #db03fb

%46.30
%0.63
%53.07

CMYK Percentages of Color #db03fb

%13
%99
%0
%2

Triadic Colors of #db03fb

#db03fb #fbdb03 #03fbdb

Analogous Colors of #db03fb

#db03fb #fb039f #5f03fb

Monochromatic Colors of #db03fb

#db03fb

Complementary Color

#db03fb #23fb03

#db03fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db03fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db03fb Color CSS Codes

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

#db03fb Text Font Color

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

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


#db03fb Background Color

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

This div background color is #db03fb


#db03fb Border Color

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

This div border color is #db03fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db03fb


Comments

No comments written yet.

Please login to write comment.