Color Hex Logo

#db49fc Color Hex

#DB49FC
(219,73,252)
0 Favorites   0 Comments

Color spaces of #db49fc

RGB 21973252
HSL0.800.970.64
HSV289°71°99°
CMYK 0.130.710.00   0.01
XYZ49.166626.853494.6873
Yxy26.85340.28800.1573
Hunter Lab51.820378.6737-72.0620
CIE-Lab58.838478.7929-61.8689

#db49fc color RGB value is (219,73,252).

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

The process color (four color CMYK) of #db49fc color hex is 0.13, 0.71, 0.00, 0.01. Web safe color of #db49fc is #cc33ff. Color #db49fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 11111100
Octal 333 111 374
Decimal 219 73 252
Hex DB 49 FC

RGB Percentages of Color #db49fc

%40.26
%13.42
%46.32

CMYK Percentages of Color #db49fc

%13
%71
%0
%1

Triadic Colors of #db49fc

#db49fc #fcdb49 #49fcdb

Analogous Colors of #db49fc

#db49fc #fc49c4 #8249fc

Monochromatic Colors of #db49fc

#db49fc

Complementary Color

#db49fc #6afc49

#db49fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db49fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db49fc Color CSS Codes

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

#db49fc Text Font Color

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

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


#db49fc Background Color

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

This div background color is #db49fc


#db49fc Border Color

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

This div border color is #db49fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db49fc


Comments

No comments written yet.

Please login to write comment.