Color Hex Logo

#db39ff Color Hex

#DB39FF
(219,57,255)
0 Favorites   0 Comments

Color spaces of #db39ff

RGB 21957255
HSL0.801.000.61
HSV289°78°100°
CMYK 0.140.780.00   0.00
XYZ48.726525.206396.9049
Yxy25.20630.28520.1475
Hunter Lab50.205985.3800-79.2945
CIE-Lab57.275984.3267-66.0417

#db39ff color RGB value is (219,57,255).

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

The process color (four color CMYK) of #db39ff color hex is 0.14, 0.78, 0.00, 0.00. Web safe color of #db39ff is #cc33ff. Color #db39ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 11111111
Octal 333 71 377
Decimal 219 57 255
Hex DB 39 FF

RGB Percentages of Color #db39ff

%41.24
%10.73
%48.02

CMYK Percentages of Color #db39ff

%14
%78
%0
%0

Triadic Colors of #db39ff

#db39ff #ffdb39 #39ffdb

Analogous Colors of #db39ff

#db39ff #ff39c0 #7839ff

Monochromatic Colors of #db39ff

#db39ff

Complementary Color

#db39ff #5dff39

#db39ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db39ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db39ff Color CSS Codes

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

#db39ff Text Font Color

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

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


#db39ff Background Color

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

This div background color is #db39ff


#db39ff Border Color

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

This div border color is #db39ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db39ff


Comments

No comments written yet.

Please login to write comment.