Color Hex Logo

#db68bf Color Hex

#DB68BF
(219,104,191)
0 Favorites   0 Comments

Color spaces of #db68bf

RGB 219104191
HSL0.870.610.63
HSV315°53°86°
CMYK 0.000.530.13   0.14
XYZ43.567728.722352.5379
Yxy28.72230.34900.2301
Hunter Lab53.593251.3205-20.6073
CIE-Lab60.535855.6232-24.9097

#db68bf color RGB value is (219,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 10111111
Octal 333 150 277
Decimal 219 104 191
Hex DB 68 BF

RGB Percentages of Color #db68bf

%42.61
%20.23
%37.16

CMYK Percentages of Color #db68bf

%0
%53
%13
%14

Triadic Colors of #db68bf

#db68bf #bfdb68 #68bfdb

Analogous Colors of #db68bf

#db68bf #db6886 #be68db

Monochromatic Colors of #db68bf

#db68bf

Complementary Color

#db68bf #68db84

#db68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68bf Color CSS Codes

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

#db68bf Text Font Color

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

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


#db68bf Background Color

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

This div background color is #db68bf


#db68bf Border Color

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

This div border color is #db68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68bf


Comments

No comments written yet.

Please login to write comment.