Color Hex Logo

#db47fa Color Hex

#DB47FA
(219,71,250)
0 Favorites   0 Comments

Color spaces of #db47fa

RGB 21971250
HSL0.800.950.63
HSV290°72°98°
CMYK 0.120.720.00   0.02
XYZ48.722026.468792.9835
Yxy26.46870.28970.1574
Hunter Lab51.447779.0094-71.1437
CIE-Lab58.479379.1273-61.3360

#db47fa color RGB value is (219,71,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 11111010
Octal 333 107 372
Decimal 219 71 250
Hex DB 47 FA

RGB Percentages of Color #db47fa

%40.56
%13.15
%46.30

CMYK Percentages of Color #db47fa

%12
%72
%0
%2

Triadic Colors of #db47fa

#db47fa #fadb47 #47fadb

Analogous Colors of #db47fa

#db47fa #fa47c0 #8247fa

Monochromatic Colors of #db47fa

#db47fa

Complementary Color

#db47fa #66fa47

#db47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db47fa Color CSS Codes

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

#db47fa Text Font Color

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

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


#db47fa Background Color

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

This div background color is #db47fa


#db47fa Border Color

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

This div border color is #db47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db47fa

Related Colors


Comments

No comments written yet.

Please login to write comment.