Color Hex Logo

#dbacc8 Color Hex

#DBACC8
(219,172,200)
0 Favorites   0 Comments

Color spaces of #dbacc8

RGB 219172200
HSL0.900.390.77
HSV324°21°86°
CMYK 0.000.210.09   0.14
XYZ54.391348.735261.1837
Yxy48.73520.33100.2966
Hunter Lab69.810616.9056-3.0958
CIE-Lab75.286321.6382-7.6496

#dbacc8 color RGB value is (219,172,200).

#dbacc8 hex color red value is 219, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dbacc8 hue: 0.90 , saturation: 0.39 and the lightness value of dbacc8 is 0.77.

The process color (four color CMYK) of #dbacc8 color hex is 0.00, 0.21, 0.09, 0.14. Web safe color of #dbacc8 is #cc99cc. Color #dbacc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11001000
Octal 333 254 310
Decimal 219 172 200
Hex DB AC C8

RGB Percentages of Color #dbacc8

%37.06
%29.10
%33.84

CMYK Percentages of Color #dbacc8

%0
%21
%9
%14

Triadic Colors of #dbacc8

#dbacc8 #c8dbac #acc8db

Analogous Colors of #dbacc8

#dbacc8 #dbacb1 #d7acdb

Monochromatic Colors of #dbacc8

#dbacc8

Complementary Color

#dbacc8 #acdbbf

#dbacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacc8 Color CSS Codes

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

#dbacc8 Text Font Color

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

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


#dbacc8 Background Color

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

This div background color is #dbacc8


#dbacc8 Border Color

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

This div border color is #dbacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacc8

#dbacc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.