Color Hex Logo

#db39fd Color Hex

#DB39FD
(219,57,253)
0 Favorites   0 Comments

Color spaces of #db39fd

RGB 21957253
HSL0.800.980.61
HSV290°77°99°
CMYK 0.130.770.00   0.01
XYZ48.406225.078295.2178
Yxy25.07820.28690.1487
Hunter Lab50.078184.9037-77.6784
CIE-Lab57.151583.9839-65.1331

#db39fd color RGB value is (219,57,253).

#db39fd hex color red value is 219, green value is 57 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db39fd hue: 0.80 , saturation: 0.98 and the lightness value of db39fd is 0.61.

The process color (four color CMYK) of #db39fd color hex is 0.13, 0.77, 0.00, 0.01. Web safe color of #db39fd is #cc33ff. Color #db39fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 11111101
Octal 333 71 375
Decimal 219 57 253
Hex DB 39 FD

RGB Percentages of Color #db39fd

%41.40
%10.78
%47.83

CMYK Percentages of Color #db39fd

%13
%77
%0
%1

Triadic Colors of #db39fd

#db39fd #fddb39 #39fddb

Analogous Colors of #db39fd

#db39fd #fd39bd #7939fd

Monochromatic Colors of #db39fd

#db39fd

Complementary Color

#db39fd #5bfd39

#db39fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db39fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db39fd Color CSS Codes

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

#db39fd Text Font Color

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

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


#db39fd Background Color

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

This div background color is #db39fd


#db39fd Border Color

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

This div border color is #db39fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db39fd


Comments

No comments written yet.

Please login to write comment.