Color Hex Logo

#db4dfa Color Hex

#DB4DFA
(219,77,250)
0 Favorites   0 Comments

Color spaces of #db4dfa

RGB 21977250
HSL0.800.950.64
HSV289°69°98°
CMYK 0.120.690.00   0.02
XYZ49.122627.270093.1171
Yxy27.27000.28980.1609
Hunter Lab52.220776.5240-69.1682
CIE-Lab59.223477.0136-60.1439

#db4dfa color RGB value is (219,77,250).

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

The process color (four color CMYK) of #db4dfa color hex is 0.12, 0.69, 0.00, 0.02. Web safe color of #db4dfa is #cc66ff. Color #db4dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001101 11111010
Octal 333 115 372
Decimal 219 77 250
Hex DB 4D FA

RGB Percentages of Color #db4dfa

%40.11
%14.10
%45.79

CMYK Percentages of Color #db4dfa

%12
%69
%0
%2

Triadic Colors of #db4dfa

#db4dfa #fadb4d #4dfadb

Analogous Colors of #db4dfa

#db4dfa #fa4dc3 #854dfa

Monochromatic Colors of #db4dfa

#db4dfa

Complementary Color

#db4dfa #6cfa4d

#db4dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4dfa Color CSS Codes

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

#db4dfa Text Font Color

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

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


#db4dfa Background Color

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

This div background color is #db4dfa


#db4dfa Border Color

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

This div border color is #db4dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4dfa


Comments

No comments written yet.

Please login to write comment.