Color Hex Logo

#dbafc7 Color Hex

#DBAFC7
(219,175,199)
0 Favorites   0 Comments

Color spaces of #dbafc7

RGB 219175199
HSL0.910.380.77
HSV327°20°86°
CMYK 0.000.200.09   0.14
XYZ54.852249.843560.7626
Yxy49.84350.33150.3012
Hunter Lab70.599915.1346-1.6086
CIE-Lab75.973119.8471-6.0859

#dbafc7 color RGB value is (219,175,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11000111
Octal 333 257 307
Decimal 219 175 199
Hex DB AF C7

RGB Percentages of Color #dbafc7

%36.93
%29.51
%33.56

CMYK Percentages of Color #dbafc7

%0
%20
%9
%14

Triadic Colors of #dbafc7

#dbafc7 #c7dbaf #afc7db

Analogous Colors of #dbafc7

#dbafc7 #dbafb1 #d9afdb

Monochromatic Colors of #dbafc7

#dbafc7

Complementary Color

#dbafc7 #afdbc3

#dbafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafc7 Color CSS Codes

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

#dbafc7 Text Font Color

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

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


#dbafc7 Background Color

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

This div background color is #dbafc7


#dbafc7 Border Color

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

This div border color is #dbafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafc7


Comments

No comments written yet.

Please login to write comment.