Color Hex Logo

#db32ff Color Hex

#DB32FF
(219,50,255)
0 Favorites   0 Comments

Color spaces of #db32ff

RGB 21950255
HSL0.801.000.60
HSV289°80°100°
CMYK 0.140.800.00   0.00
XYZ48.404024.561396.7974
Yxy24.56130.28510.1447
Hunter Lab49.559487.6098-81.1114
CIE-Lab56.645586.1592-67.0574

#db32ff color RGB value is (219,50,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 11111111
Octal 333 62 377
Decimal 219 50 255
Hex DB 32 FF

RGB Percentages of Color #db32ff

%41.79
%9.54
%48.66

CMYK Percentages of Color #db32ff

%14
%80
%0
%0

Triadic Colors of #db32ff

#db32ff #ffdb32 #32ffdb

Analogous Colors of #db32ff

#db32ff #ff32bd #7532ff

Monochromatic Colors of #db32ff

#db32ff

Complementary Color

#db32ff #56ff32

#db32ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db32ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db32ff Color CSS Codes

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

#db32ff Text Font Color

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

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


#db32ff Background Color

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

This div background color is #db32ff


#db32ff Border Color

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

This div border color is #db32ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db32ff


Comments

No comments written yet.

Please login to write comment.