Color Hex Logo

#db84fe Color Hex

#DB84FE
(219,132,254)
0 Favorites   0 Comments

Color spaces of #db84fe

RGB 219132254
HSL0.790.980.76
HSV283°48°100°
CMYK 0.140.480.00   0.00
XYZ55.354138.718498.3218
Yxy38.71840.28770.2012
Hunter Lab62.224149.9001-50.1287
CIE-Lab68.546853.1229-47.5422

#db84fe color RGB value is (219,132,254).

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

The process color (four color CMYK) of #db84fe color hex is 0.14, 0.48, 0.00, 0.00. Web safe color of #db84fe is #cc99ff. Color #db84fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 11111110
Octal 333 204 376
Decimal 219 132 254
Hex DB 84 FE

RGB Percentages of Color #db84fe

%36.20
%21.82
%41.98

CMYK Percentages of Color #db84fe

%14
%48
%0
%0

Triadic Colors of #db84fe

#db84fe #fedb84 #84fedb

Analogous Colors of #db84fe

#db84fe #fe84e4 #9e84fe

Monochromatic Colors of #db84fe

#db84fe

Complementary Color

#db84fe #a7fe84

#db84fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84fe Color CSS Codes

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

#db84fe Text Font Color

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

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


#db84fe Background Color

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

This div background color is #db84fe


#db84fe Border Color

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

This div border color is #db84fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84fe

Related Colors


Comments

No comments written yet.

Please login to write comment.