Color Hex Logo

#db43fa Color Hex

#DB43FA
(219,67,250)
0 Favorites   0 Comments

Color spaces of #db43fa

RGB 21967250
HSL0.810.950.62
HSV290°73°98°
CMYK 0.120.730.00   0.02
XYZ48.475925.976592.9015
Yxy25.97650.28970.1552
Hunter Lab50.967180.5825-72.3952
CIE-Lab58.014780.4547-62.0812

#db43fa color RGB value is (219,67,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 11111010
Octal 333 103 372
Decimal 219 67 250
Hex DB 43 FA

RGB Percentages of Color #db43fa

%40.86
%12.50
%46.64

CMYK Percentages of Color #db43fa

%12
%73
%0
%2

Triadic Colors of #db43fa

#db43fa #fadb43 #43fadb

Analogous Colors of #db43fa

#db43fa #fa43be #8043fa

Monochromatic Colors of #db43fa

#db43fa

Complementary Color

#db43fa #62fa43

#db43fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43fa Color CSS Codes

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

#db43fa Text Font Color

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

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


#db43fa Background Color

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

This div background color is #db43fa


#db43fa Border Color

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

This div border color is #db43fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43fa


Comments

No comments written yet.

Please login to write comment.