Color Hex Logo

#db4dfc Color Hex

#DB4DFC
(219,77,252)
0 Favorites   0 Comments

Color spaces of #db4dfc

RGB 21977252
HSL0.800.970.65
HSV289°69°99°
CMYK 0.130.690.00   0.01
XYZ49.438027.396194.7778
Yxy27.39610.28810.1596
Hunter Lab52.341377.0017-70.7214
CIE-Lab59.339277.3715-61.0662

#db4dfc color RGB value is (219,77,252).

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

The process color (four color CMYK) of #db4dfc color hex is 0.13, 0.69, 0.00, 0.01. Web safe color of #db4dfc is #cc66ff. Color #db4dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001101 11111100
Octal 333 115 374
Decimal 219 77 252
Hex DB 4D FC

RGB Percentages of Color #db4dfc

%39.96
%14.05
%45.99

CMYK Percentages of Color #db4dfc

%13
%69
%0
%1

Triadic Colors of #db4dfc

#db4dfc #fcdb4d #4dfcdb

Analogous Colors of #db4dfc

#db4dfc #fc4dc6 #844dfc

Monochromatic Colors of #db4dfc

#db4dfc

Complementary Color

#db4dfc #6efc4d

#db4dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4dfc Color CSS Codes

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

#db4dfc Text Font Color

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

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


#db4dfc Background Color

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

This div background color is #db4dfc


#db4dfc Border Color

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

This div border color is #db4dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4dfc


Comments

No comments written yet.

Please login to write comment.