Color Hex Logo

#dba6cf Color Hex

#DBA6CF
(219,166,207)
0 Favorites   0 Comments

Color spaces of #dba6cf

RGB 219166207
HSL0.870.420.75
HSV314°24°86°
CMYK 0.000.240.05   0.14
XYZ54.112146.837565.2200
Yxy46.83750.32560.2819
Hunter Lab68.437921.3690-8.5957
CIE-Lab74.085726.1017-13.2718

#dba6cf color RGB value is (219,166,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 11001111
Octal 333 246 317
Decimal 219 166 207
Hex DB A6 CF

RGB Percentages of Color #dba6cf

%36.99
%28.04
%34.97

CMYK Percentages of Color #dba6cf

%0
%24
%5
%14

Triadic Colors of #dba6cf

#dba6cf #cfdba6 #a6cfdb

Analogous Colors of #dba6cf

#dba6cf #dba6b5 #cda6db

Monochromatic Colors of #dba6cf

#dba6cf

Complementary Color

#dba6cf #a6dbb2

#dba6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6cf Color CSS Codes

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

#dba6cf Text Font Color

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

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


#dba6cf Background Color

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

This div background color is #dba6cf


#dba6cf Border Color

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

This div border color is #dba6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6cf

#dba6cf Color Palettes


Comments

No comments written yet.

Please login to write comment.