Color Hex Logo

#db06bf Color Hex

#DB06BF
(219,6,191)
0 Favorites   0 Comments

Color spaces of #db06bf

RGB 2196191
HSL0.860.950.44
HSV308°97°86°
CMYK 0.000.970.13   0.14
XYZ38.682518.951950.9095
Yxy18.95190.35640.1746
Hunter Lab43.533882.4244-38.8616
CIE-Lab50.630983.3325-40.3494

#db06bf color RGB value is (219,6,191).

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

The process color (four color CMYK) of #db06bf color hex is 0.00, 0.97, 0.13, 0.14. Web safe color of #db06bf is #cc00cc. Color #db06bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 10111111
Octal 333 6 277
Decimal 219 6 191
Hex DB 6 BF

RGB Percentages of Color #db06bf

%52.64
%1.44
%45.91

CMYK Percentages of Color #db06bf

%0
%97
%13
%14

Triadic Colors of #db06bf

#db06bf #bfdb06 #06bfdb

Analogous Colors of #db06bf

#db06bf #db0654 #8d06db

Monochromatic Colors of #db06bf

#db06bf

Complementary Color

#db06bf #06db22

#db06bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db06bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db06bf Color CSS Codes

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

#db06bf Text Font Color

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

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


#db06bf Background Color

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

This div background color is #db06bf


#db06bf Border Color

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

This div border color is #db06bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db06bf


Comments

No comments written yet.

Please login to write comment.