Color Hex Logo

#db01fb Color Hex

#DB01FB
(219,1,251)
0 Favorites   0 Comments

Color spaces of #db01fb

RGB 2191251
HSL0.810.990.49
HSV292°100°98°
CMYK 0.131.000.00   0.02
XYZ46.636922.046893.0642
Yxy22.04680.28830.1363
Hunter Lab46.954095.1249-84.6466
CIE-Lab54.076692.3125-68.9817

#db01fb color RGB value is (219,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 11111011
Octal 333 1 373
Decimal 219 1 251
Hex DB 1 FB

RGB Percentages of Color #db01fb

%46.50
%0.21
%53.29

CMYK Percentages of Color #db01fb

%13
%100
%0
%2

Triadic Colors of #db01fb

#db01fb #fbdb01 #01fbdb

Analogous Colors of #db01fb

#db01fb #fb019e #5e01fb

Monochromatic Colors of #db01fb

#db01fb

Complementary Color

#db01fb #21fb01

#db01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db01fb Color CSS Codes

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

#db01fb Text Font Color

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

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


#db01fb Background Color

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

This div background color is #db01fb


#db01fb Border Color

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

This div border color is #db01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db01fb


Comments

No comments written yet.

Please login to write comment.