Color Hex Logo

#dba6d1 Color Hex

#DBA6D1
(219,166,209)
0 Favorites   0 Comments

Color spaces of #dba6d1

RGB 219166209
HSL0.860.420.75
HSV311°24°86°
CMYK 0.000.240.05   0.14
XYZ54.358346.936066.5162
Yxy46.93600.32390.2797
Hunter Lab68.509921.7364-9.6077
CIE-Lab74.148826.4572-14.2726

#dba6d1 color RGB value is (219,166,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 11010001
Octal 333 246 321
Decimal 219 166 209
Hex DB A6 D1

RGB Percentages of Color #dba6d1

%36.87
%27.95
%35.19

CMYK Percentages of Color #dba6d1

%0
%24
%5
%14

Triadic Colors of #dba6d1

#dba6d1 #d1dba6 #a6d1db

Analogous Colors of #dba6d1

#dba6d1 #dba6b7 #cba6db

Monochromatic Colors of #dba6d1

#dba6d1

Complementary Color

#dba6d1 #a6dbb0

#dba6d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6d1 Color CSS Codes

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

#dba6d1 Text Font Color

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

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


#dba6d1 Background Color

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

This div background color is #dba6d1


#dba6d1 Border Color

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

This div border color is #dba6d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6d1


Comments

No comments written yet.

Please login to write comment.