Color Hex Logo

#db84fa Color Hex

#DB84FA
(219,132,250)
0 Favorites   0 Comments

Color spaces of #db84fa

RGB 219132250
HSL0.790.920.75
HSV284°47°98°
CMYK 0.120.470.00   0.02
XYZ54.720038.464794.9829
Yxy38.46470.29080.2044
Hunter Lab62.019948.9552-47.3881
CIE-Lab68.361752.3201-45.6478

#db84fa color RGB value is (219,132,250).

#db84fa hex color red value is 219, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db84fa hue: 0.79 , saturation: 0.92 and the lightness value of db84fa is 0.75.

The process color (four color CMYK) of #db84fa color hex is 0.12, 0.47, 0.00, 0.02. Web safe color of #db84fa is #cc99ff. Color #db84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 11111010
Octal 333 204 372
Decimal 219 132 250
Hex DB 84 FA

RGB Percentages of Color #db84fa

%36.44
%21.96
%41.60

CMYK Percentages of Color #db84fa

%12
%47
%0
%2

Triadic Colors of #db84fa

#db84fa #fadb84 #84fadb

Analogous Colors of #db84fa

#db84fa #fa84de #a084fa

Monochromatic Colors of #db84fa

#db84fa

Complementary Color

#db84fa #a3fa84

#db84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84fa Color CSS Codes

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

#db84fa Text Font Color

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

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


#db84fa Background Color

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

This div background color is #db84fa


#db84fa Border Color

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

This div border color is #db84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84fa


Comments

No comments written yet.

Please login to write comment.