Color Hex Logo

#db74bd Color Hex

#DB74BD
(219,116,189)
0 Favorites   0 Comments

Color spaces of #db74bd

RGB 219116189
HSL0.880.590.66
HSV317°47°86°
CMYK 0.000.470.14   0.14
XYZ44.644131.225051.8181
Yxy31.22500.34960.2445
Hunter Lab55.879344.8215-15.8653
CIE-Lab62.697149.4561-20.4636

#db74bd color RGB value is (219,116,189).

#db74bd hex color red value is 219, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db74bd hue: 0.88 , saturation: 0.59 and the lightness value of db74bd is 0.66.

The process color (four color CMYK) of #db74bd color hex is 0.00, 0.47, 0.14, 0.14. Web safe color of #db74bd is #cc66cc. Color #db74bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 10111101
Octal 333 164 275
Decimal 219 116 189
Hex DB 74 BD

RGB Percentages of Color #db74bd

%41.79
%22.14
%36.07

CMYK Percentages of Color #db74bd

%0
%47
%14
%14

Triadic Colors of #db74bd

#db74bd #bddb74 #74bddb

Analogous Colors of #db74bd

#db74bd #db748a #c674db

Monochromatic Colors of #db74bd

#db74bd

Complementary Color

#db74bd #74db92

#db74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db74bd Color CSS Codes

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

#db74bd Text Font Color

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

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


#db74bd Background Color

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

This div background color is #db74bd


#db74bd Border Color

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

This div border color is #db74bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db74bd


Comments

No comments written yet.

Please login to write comment.