Color Hex Logo

#db60bf Color Hex

#DB60BF
(219,96,191)
0 Favorites   0 Comments

Color spaces of #db60bf

RGB 21996191
HSL0.870.630.62
HSV314°56°86°
CMYK 0.000.560.13   0.14
XYZ42.800327.187452.2821
Yxy27.18740.35000.2224
Hunter Lab52.141555.2738-22.9508
CIE-Lab59.147459.3306-27.0485

#db60bf color RGB value is (219,96,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 10111111
Octal 333 140 277
Decimal 219 96 191
Hex DB 60 BF

RGB Percentages of Color #db60bf

%43.28
%18.97
%37.75

CMYK Percentages of Color #db60bf

%0
%56
%13
%14

Triadic Colors of #db60bf

#db60bf #bfdb60 #60bfdb

Analogous Colors of #db60bf

#db60bf #db6082 #ba60db

Monochromatic Colors of #db60bf

#db60bf

Complementary Color

#db60bf #60db7c

#db60bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db60bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db60bf Color CSS Codes

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

#db60bf Text Font Color

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

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


#db60bf Background Color

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

This div background color is #db60bf


#db60bf Border Color

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

This div border color is #db60bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db60bf


Comments

No comments written yet.

Please login to write comment.