Color Hex Logo

#db46bf Color Hex

#DB46BF
(219,70,191)
0 Favorites   0 Comments

Color spaces of #db46bf

RGB 21970191
HSL0.860.670.57
HSV311°68°86°
CMYK 0.000.680.13   0.14
XYZ40.807523.202051.6178
Yxy23.20200.35290.2007
Hunter Lab48.168566.9274-29.8178
CIE-Lab55.279869.9585-33.0506

#db46bf color RGB value is (219,70,191).

#db46bf hex color red value is 219, green value is 70 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db46bf hue: 0.86 , saturation: 0.67 and the lightness value of db46bf is 0.57.

The process color (four color CMYK) of #db46bf color hex is 0.00, 0.68, 0.13, 0.14. Web safe color of #db46bf is #cc33cc. Color #db46bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 10111111
Octal 333 106 277
Decimal 219 70 191
Hex DB 46 BF

RGB Percentages of Color #db46bf

%45.63
%14.58
%39.79

CMYK Percentages of Color #db46bf

%0
%68
%13
%14

Triadic Colors of #db46bf

#db46bf #bfdb46 #46bfdb

Analogous Colors of #db46bf

#db46bf #db4675 #ad46db

Monochromatic Colors of #db46bf

#db46bf

Complementary Color

#db46bf #46db62

#db46bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db46bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db46bf Color CSS Codes

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

#db46bf Text Font Color

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

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


#db46bf Background Color

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

This div background color is #db46bf


#db46bf Border Color

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

This div border color is #db46bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db46bf


Comments

No comments written yet.

Please login to write comment.