Color Hex Logo

#dbafbe Color Hex

#DBAFBE
(219,175,190)
0 Favorites   0 Comments

Color spaces of #dbafbe

RGB 219175190
HSL0.940.380.77
HSV340°20°86°
CMYK 0.000.200.13   0.14
XYZ53.837749.437755.4201
Yxy49.43770.33930.3115
Hunter Lab70.311913.63112.4858
CIE-Lab75.722818.3435-1.5428

#dbafbe color RGB value is (219,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10111110
Octal 333 257 276
Decimal 219 175 190
Hex DB AF BE

RGB Percentages of Color #dbafbe

%37.50
%29.97
%32.53

CMYK Percentages of Color #dbafbe

%0
%20
%13
%14

Triadic Colors of #dbafbe

#dbafbe #bedbaf #afbedb

Analogous Colors of #dbafbe

#dbafbe #dbb6af #dbafd4

Monochromatic Colors of #dbafbe

#dbafbe

Complementary Color

#dbafbe #afdbcc

#dbafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafbe Color CSS Codes

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

#dbafbe Text Font Color

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

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


#dbafbe Background Color

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

This div background color is #dbafbe


#dbafbe Border Color

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

This div border color is #dbafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafbe

#dbafbe Color Palettes


Comments

No comments written yet.

Please login to write comment.