Color Hex Logo

#db68bc Color Hex

#DB68BC
(219,104,188)
0 Favorites   0 Comments

Color spaces of #db68bc

RGB 219104188
HSL0.880.610.63
HSV316°53°86°
CMYK 0.000.530.14   0.14
XYZ43.240828.591550.8166
Yxy28.59150.35260.2331
Hunter Lab53.471050.7746-18.9170
CIE-Lab60.419455.1581-23.3781

#db68bc color RGB value is (219,104,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 10111100
Octal 333 150 274
Decimal 219 104 188
Hex DB 68 BC

RGB Percentages of Color #db68bc

%42.86
%20.35
%36.79

CMYK Percentages of Color #db68bc

%0
%53
%14
%14

Triadic Colors of #db68bc

#db68bc #bcdb68 #68bcdb

Analogous Colors of #db68bc

#db68bc #db6883 #c168db

Monochromatic Colors of #db68bc

#db68bc

Complementary Color

#db68bc #68db87

#db68bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68bc Color CSS Codes

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

#db68bc Text Font Color

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

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


#db68bc Background Color

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

This div background color is #db68bc


#db68bc Border Color

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

This div border color is #db68bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,104,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db68bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68bc


Comments

No comments written yet.

Please login to write comment.