Color Hex Logo

#db33ff Color Hex

#DB33FF
(219,51,255)
0 Favorites   0 Comments

Color spaces of #db33ff

RGB 21951255
HSL0.801.000.60
HSV289°80°100°
CMYK 0.140.800.00   0.00
XYZ48.447224.647796.8118
Yxy24.64770.28510.1451
Hunter Lab49.646587.3069-80.8644
CIE-Lab56.730585.9112-66.9203

#db33ff color RGB value is (219,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 11111111
Octal 333 63 377
Decimal 219 51 255
Hex DB 33 FF

RGB Percentages of Color #db33ff

%41.71
%9.71
%48.57

CMYK Percentages of Color #db33ff

%14
%80
%0
%0

Triadic Colors of #db33ff

#db33ff #ffdb33 #33ffdb

Analogous Colors of #db33ff

#db33ff #ff33bd #7533ff

Monochromatic Colors of #db33ff

#db33ff

Complementary Color

#db33ff #57ff33

#db33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33ff Color CSS Codes

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

#db33ff Text Font Color

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

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


#db33ff Background Color

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

This div background color is #db33ff


#db33ff Border Color

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

This div border color is #db33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33ff


Comments

No comments written yet.

Please login to write comment.