Color Hex Logo

#db42ff Color Hex

#DB42FF
(219,66,255)
0 Favorites   0 Comments

Color spaces of #db42ff

RGB 21966255
HSL0.801.000.63
HSV289°74°100°
CMYK 0.140.740.00   0.00
XYZ49.211626.176597.0666
Yxy26.17650.28540.1518
Hunter Lab51.163082.1567-76.6711
CIE-Lab58.204281.6489-64.5481

#db42ff color RGB value is (219,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 11111111
Octal 333 102 377
Decimal 219 66 255
Hex DB 42 FF

RGB Percentages of Color #db42ff

%40.56
%12.22
%47.22

CMYK Percentages of Color #db42ff

%14
%74
%0
%0

Triadic Colors of #db42ff

#db42ff #ffdb42 #42ffdb

Analogous Colors of #db42ff

#db42ff #ff42c5 #7d42ff

Monochromatic Colors of #db42ff

#db42ff

Complementary Color

#db42ff #66ff42

#db42ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db42ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db42ff Color CSS Codes

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

#db42ff Text Font Color

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

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


#db42ff Background Color

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

This div background color is #db42ff


#db42ff Border Color

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

This div border color is #db42ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db42ff


Comments

No comments written yet.

Please login to write comment.