Color Hex Logo

#db33fa Color Hex

#DB33FA
(219,51,250)
0 Favorites   0 Comments

Color spaces of #db33fa

RGB 21951250
HSL0.810.950.59
HSV291°80°98°
CMYK 0.120.800.00   0.02
XYZ47.652624.329892.6270
Yxy24.32980.28950.1478
Hunter Lab49.325286.1278-76.8120
CIE-Lab56.416585.0692-64.6498

#db33fa color RGB value is (219,51,250).

#db33fa hex color red value is 219, green value is 51 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db33fa hue: 0.81 , saturation: 0.95 and the lightness value of db33fa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110011 11111010
Octal 333 63 372
Decimal 219 51 250
Hex DB 33 FA

RGB Percentages of Color #db33fa

%42.12
%9.81
%48.08

CMYK Percentages of Color #db33fa

%12
%80
%0
%2

Triadic Colors of #db33fa

#db33fa #fadb33 #33fadb

Analogous Colors of #db33fa

#db33fa #fa33b6 #7833fa

Monochromatic Colors of #db33fa

#db33fa

Complementary Color

#db33fa #52fa33

#db33fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db33fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db33fa Color CSS Codes

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

#db33fa Text Font Color

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

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


#db33fa Background Color

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

This div background color is #db33fa


#db33fa Border Color

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

This div border color is #db33fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,51,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db33fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db33fa


Comments

No comments written yet.

Please login to write comment.