Color Hex Logo

#db49fe Color Hex

#DB49FE
(219,73,254)
0 Favorites   0 Comments

Color spaces of #db49fe

RGB 21973254
HSL0.800.990.64
HSV288°71°100°
CMYK 0.140.710.00   0.00
XYZ49.485426.980996.3656
Yxy26.98090.28630.1561
Hunter Lab51.943179.1536-73.6354
CIE-Lab58.956679.1488-62.7863

#db49fe color RGB value is (219,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 11111110
Octal 333 111 376
Decimal 219 73 254
Hex DB 49 FE

RGB Percentages of Color #db49fe

%40.11
%13.37
%46.52

CMYK Percentages of Color #db49fe

%14
%71
%0
%0

Triadic Colors of #db49fe

#db49fe #fedb49 #49fedb

Analogous Colors of #db49fe

#db49fe #fe49c7 #8149fe

Monochromatic Colors of #db49fe

#db49fe

Complementary Color

#db49fe #6cfe49

#db49fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db49fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db49fe Color CSS Codes

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

#db49fe Text Font Color

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

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


#db49fe Background Color

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

This div background color is #db49fe


#db49fe Border Color

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

This div border color is #db49fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db49fe


Comments

No comments written yet.

Please login to write comment.