Color Hex Logo

#db00fd Color Hex

#DB00FD
(219,0,253)
0 Favorites   0 Comments

Color spaces of #db00fd

RGB 2190253
HSL0.811.000.50
HSV292°100°99°
CMYK 0.131.000.00   0.01
XYZ46.943022.151994.7301
Yxy22.15190.28650.1352
Hunter Lab47.065895.6691-86.3879
CIE-Lab54.187892.6942-69.9159

#db00fd color RGB value is (219,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 11111101
Octal 333 0 375
Decimal 219 0 253
Hex DB 0 FD

RGB Percentages of Color #db00fd

%46.40
%0.00
%53.60

CMYK Percentages of Color #db00fd

%13
%100
%0
%1

Triadic Colors of #db00fd

#db00fd #fddb00 #00fddb

Analogous Colors of #db00fd

#db00fd #fd00a1 #5c00fd

Monochromatic Colors of #db00fd

#db00fd

Complementary Color

#db00fd #22fd00

#db00fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db00fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db00fd Color CSS Codes

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

#db00fd Text Font Color

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

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


#db00fd Background Color

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

This div background color is #db00fd


#db00fd Border Color

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

This div border color is #db00fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db00fd

Related Colors


Comments

No comments written yet.

Please login to write comment.