Color Hex Logo

#db6abf Color Hex

#DB6ABF
(219,106,191)
0 Favorites   0 Comments

Color spaces of #db6abf

RGB 219106191
HSL0.870.610.64
HSV315°52°86°
CMYK 0.000.520.13   0.14
XYZ43.771429.129752.6058
Yxy29.12970.34880.2321
Hunter Lab53.971950.3131-20.0089
CIE-Lab60.895954.6706-24.3563

#db6abf color RGB value is (219,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101010 10111111
Octal 333 152 277
Decimal 219 106 191
Hex DB 6A BF

RGB Percentages of Color #db6abf

%42.44
%20.54
%37.02

CMYK Percentages of Color #db6abf

%0
%52
%13
%14

Triadic Colors of #db6abf

#db6abf #bfdb6a #6abfdb

Analogous Colors of #db6abf

#db6abf #db6a87 #bf6adb

Monochromatic Colors of #db6abf

#db6abf

Complementary Color

#db6abf #6adb86

#db6abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6abf Color CSS Codes

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

#db6abf Text Font Color

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

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


#db6abf Background Color

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

This div background color is #db6abf


#db6abf Border Color

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

This div border color is #db6abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6abf


Comments

No comments written yet.

Please login to write comment.