Color Hex Logo

#db41ff Color Hex

#DB41FF
(219,65,255)
0 Favorites   0 Comments

Color spaces of #db41ff

RGB 21965255
HSL0.801.000.63
HSV289°75°100°
CMYK 0.140.750.00   0.00
XYZ49.153726.060797.0473
Yxy26.06070.28530.1513
Hunter Lab51.049782.5336-76.9777
CIE-Lab58.094681.9637-64.7242

#db41ff color RGB value is (219,65,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 11111111
Octal 333 101 377
Decimal 219 65 255
Hex DB 41 FF

RGB Percentages of Color #db41ff

%40.63
%12.06
%47.31

CMYK Percentages of Color #db41ff

%14
%75
%0
%0

Triadic Colors of #db41ff

#db41ff #ffdb41 #41ffdb

Analogous Colors of #db41ff

#db41ff #ff41c4 #7c41ff

Monochromatic Colors of #db41ff

#db41ff

Complementary Color

#db41ff #65ff41

#db41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db41ff Color CSS Codes

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

#db41ff Text Font Color

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

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


#db41ff Background Color

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

This div background color is #db41ff


#db41ff Border Color

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

This div border color is #db41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db41ff


Comments

No comments written yet.

Please login to write comment.