color codes Logo

#db46ff color codes

#DB46FF
(219,70,255)
0 Favorites   0 Comments

Color spaces of #db46ff

RGB 21970255
HSL0.801.000.64
HSV288°73°100°
CMYK 0.140.730.00   0.00
XYZ49.453626.660497.1472
Yxy26.66040.28540.1539
Hunter Lab51.633780.6043-75.4087
CIE-Lab58.658780.3471-63.8178

#db46ff color RGB value is (219,70,255).

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

The process color (four color CMYK) of #db46ff color code is 0.14, 0.73, 0.00, 0.00. Web safe color of #db46ff is #cc33ff. Color #db46ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 11111111
Octal 333 106 377
Decimal 219 70 255
Hex DB 46 FF

RGB Percentages of Color #db46ff

%40.26
%12.87
%46.88

CMYK Percentages of Color #db46ff

%14
%73
%0
%0

Triadic Colors of #db46ff

#db46ff #ffdb46 #46ffdb

Analogous Colors of #db46ff

#db46ff #ff46c7 #7f46ff

Monochromatic Colors of #db46ff

#db46ff

Complementary Color

#db46ff #6aff46

#db46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db46ff Color CSS Codes

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

#db46ff Text Font Color

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

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


#db46ff Background Color

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

This div background color is #db46ff


#db46ff Border Color

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

This div border color is #db46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db46ff


Comments

No comments written yet.

Please login to write comment.