Color Hex Logo

#dbafc0 Color Hex

#DBAFC0
(219,175,192)
0 Favorites   0 Comments

Color spaces of #dbafc0

RGB 219175192
HSL0.940.380.77
HSV337°20°86°
CMYK 0.000.200.12   0.14
XYZ54.057849.525856.5794
Yxy49.52580.33750.3092
Hunter Lab70.374613.95821.5945
CIE-Lab75.777318.6718-2.5547

#dbafc0 color RGB value is (219,175,192).

#dbafc0 hex color red value is 219, green value is 175 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dbafc0 hue: 0.94 , saturation: 0.38 and the lightness value of dbafc0 is 0.77.

The process color (four color CMYK) of #dbafc0 color hex is 0.00, 0.20, 0.12, 0.14. Web safe color of #dbafc0 is #cc99cc. Color #dbafc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11000000
Octal 333 257 300
Decimal 219 175 192
Hex DB AF C0

RGB Percentages of Color #dbafc0

%37.37
%29.86
%32.76

CMYK Percentages of Color #dbafc0

%0
%20
%12
%14

Triadic Colors of #dbafc0

#dbafc0 #c0dbaf #afc0db

Analogous Colors of #dbafc0

#dbafc0 #dbb4af #dbafd6

Monochromatic Colors of #dbafc0

#dbafc0

Complementary Color

#dbafc0 #afdbca

#dbafc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafc0 Color CSS Codes

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

#dbafc0 Text Font Color

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

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


#dbafc0 Background Color

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

This div background color is #dbafc0


#dbafc0 Border Color

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

This div border color is #dbafc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafc0


Comments

No comments written yet.

Please login to write comment.