Color Hex Logo

#dba8bf Color Hex

#DBA8BF
(219,168,191)
0 Favorites   0 Comments

Color spaces of #dba8bf

RGB 219168191
HSL0.920.410.76
HSV333°23°86°
CMYK 0.000.230.13   0.14
XYZ52.620046.826955.5553
Yxy46.82690.33950.3021
Hunter Lab68.430217.5063-0.2337
CIE-Lab74.078922.2865-4.5069

#dba8bf color RGB value is (219,168,191).

#dba8bf hex color red value is 219, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dba8bf hue: 0.92 , saturation: 0.41 and the lightness value of dba8bf is 0.76.

The process color (four color CMYK) of #dba8bf color hex is 0.00, 0.23, 0.13, 0.14. Web safe color of #dba8bf is #cc99cc. Color #dba8bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 10111111
Octal 333 250 277
Decimal 219 168 191
Hex DB A8 BF

RGB Percentages of Color #dba8bf

%37.89
%29.07
%33.04

CMYK Percentages of Color #dba8bf

%0
%23
%13
%14

Triadic Colors of #dba8bf

#dba8bf #bfdba8 #a8bfdb

Analogous Colors of #dba8bf

#dba8bf #dbaba8 #dba8d9

Monochromatic Colors of #dba8bf

#dba8bf

Complementary Color

#dba8bf #a8dbc4

#dba8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8bf Color CSS Codes

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

#dba8bf Text Font Color

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

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


#dba8bf Background Color

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

This div background color is #dba8bf


#dba8bf Border Color

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

This div border color is #dba8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8bf


Comments

No comments written yet.

Please login to write comment.