Color Hex Logo

#dba9cf Color Hex

#DBA9CF
(219,169,207)
0 Favorites   0 Comments

Color spaces of #dba9cf

RGB 219169207
HSL0.870.410.76
HSV314°23°86°
CMYK 0.000.230.05   0.14
XYZ54.663947.941065.4039
Yxy47.94100.32540.2853
Hunter Lab69.239419.7551-7.5380
CIE-Lab74.787724.4797-12.2198

#dba9cf color RGB value is (219,169,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 11001111
Octal 333 251 317
Decimal 219 169 207
Hex DB A9 CF

RGB Percentages of Color #dba9cf

%36.81
%28.40
%34.79

CMYK Percentages of Color #dba9cf

%0
%23
%5
%14

Triadic Colors of #dba9cf

#dba9cf #cfdba9 #a9cfdb

Analogous Colors of #dba9cf

#dba9cf #dba9b6 #cea9db

Monochromatic Colors of #dba9cf

#dba9cf

Complementary Color

#dba9cf #a9dbb5

#dba9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba9cf Color CSS Codes

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

#dba9cf Text Font Color

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

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


#dba9cf Background Color

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

This div background color is #dba9cf


#dba9cf Border Color

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

This div border color is #dba9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba9cf


Comments

No comments written yet.

Please login to write comment.