Color Hex Logo

#db69bd Color Hex

#DB69BD
(219,105,189)
0 Favorites   0 Comments

Color spaces of #db69bd

RGB 219105189
HSL0.880.610.64
HSV316°52°86°
CMYK 0.000.520.14   0.14
XYZ43.450328.837351.4202
Yxy28.83730.35120.2331
Hunter Lab53.700450.4531-19.1822
CIE-Lab60.637854.8369-23.6135

#db69bd color RGB value is (219,105,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 10111101
Octal 333 151 275
Decimal 219 105 189
Hex DB 69 BD

RGB Percentages of Color #db69bd

%42.69
%20.47
%36.84

CMYK Percentages of Color #db69bd

%0
%52
%14
%14

Triadic Colors of #db69bd

#db69bd #bddb69 #69bddb

Analogous Colors of #db69bd

#db69bd #db6984 #c069db

Monochromatic Colors of #db69bd

#db69bd

Complementary Color

#db69bd #69db87

#db69bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db69bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db69bd Color CSS Codes

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

#db69bd Text Font Color

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

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


#db69bd Background Color

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

This div background color is #db69bd


#db69bd Border Color

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

This div border color is #db69bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db69bd


Comments

No comments written yet.

Please login to write comment.