Color Hex Logo

#dba8cc Color Hex

#DBA8CC
(219,168,204)
0 Favorites   0 Comments

Color spaces of #dba8cc

RGB 219168204
HSL0.880.410.76
HSV318°23°86°
CMYK 0.000.230.07   0.14
XYZ54.115147.425063.4285
Yxy47.42500.32800.2875
Hunter Lab68.865819.7510-6.4027
CIE-Lab74.460824.4926-11.0671

#dba8cc color RGB value is (219,168,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11001100
Octal 333 250 314
Decimal 219 168 204
Hex DB A8 CC

RGB Percentages of Color #dba8cc

%37.06
%28.43
%34.52

CMYK Percentages of Color #dba8cc

%0
%23
%7
%14

Triadic Colors of #dba8cc

#dba8cc #ccdba8 #a8ccdb

Analogous Colors of #dba8cc

#dba8cc #dba8b3 #d1a8db

Monochromatic Colors of #dba8cc

#dba8cc

Complementary Color

#dba8cc #a8dbb7

#dba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8cc Color CSS Codes

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

#dba8cc Text Font Color

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

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


#dba8cc Background Color

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

This div background color is #dba8cc


#dba8cc Border Color

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

This div border color is #dba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8cc


Comments

No comments written yet.

Please login to write comment.