Color Hex Logo

#db69bf Color Hex

#DB69BF
(219,105,191)
0 Favorites   0 Comments

Color spaces of #db69bf

RGB 219105191
HSL0.870.610.64
HSV315°52°86°
CMYK 0.000.520.13   0.14
XYZ43.669028.924852.5717
Yxy28.92480.34890.2311
Hunter Lab53.781850.8179-20.3087
CIE-Lab60.715255.1482-24.6340

#db69bf color RGB value is (219,105,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 10111111
Octal 333 151 277
Decimal 219 105 191
Hex DB 69 BF

RGB Percentages of Color #db69bf

%42.52
%20.39
%37.09

CMYK Percentages of Color #db69bf

%0
%52
%13
%14

Triadic Colors of #db69bf

#db69bf #bfdb69 #69bfdb

Analogous Colors of #db69bf

#db69bf #db6986 #be69db

Monochromatic Colors of #db69bf

#db69bf

Complementary Color

#db69bf #69db85

#db69bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db69bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db69bf Color CSS Codes

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

#db69bf Text Font Color

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

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


#db69bf Background Color

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

This div background color is #db69bf


#db69bf Border Color

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

This div border color is #db69bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db69bf


Comments

No comments written yet.

Please login to write comment.