Color Hex Logo

#dbabd7 Color Hex

#DBABD7
(219,171,215)
0 Favorites   0 Comments

Color spaces of #dbabd7

RGB 219171215
HSL0.850.400.76
HSV305°22°86°
CMYK 0.000.220.02   0.14
XYZ56.042149.092270.8120
Yxy49.09220.31850.2790
Hunter Lab70.065820.1579-10.8753
CIE-Lab75.508724.8376-15.5053

#dbabd7 color RGB value is (219,171,215).

#dbabd7 hex color red value is 219, green value is 171 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dbabd7 hue: 0.85 , saturation: 0.40 and the lightness value of dbabd7 is 0.76.

The process color (four color CMYK) of #dbabd7 color hex is 0.00, 0.22, 0.02, 0.14. Web safe color of #dbabd7 is #cc99cc. Color #dbabd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11010111
Octal 333 253 327
Decimal 219 171 215
Hex DB AB D7

RGB Percentages of Color #dbabd7

%36.20
%28.26
%35.54

CMYK Percentages of Color #dbabd7

%0
%22
%2
%14

Triadic Colors of #dbabd7

#dbabd7 #d7dbab #abd7db

Analogous Colors of #dbabd7

#dbabd7 #dbabbf #c7abdb

Monochromatic Colors of #dbabd7

#dbabd7

Complementary Color

#dbabd7 #abdbaf

#dbabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabd7 Color CSS Codes

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

#dbabd7 Text Font Color

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

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


#dbabd7 Background Color

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

This div background color is #dbabd7


#dbabd7 Border Color

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

This div border color is #dbabd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabd7


Comments

No comments written yet.

Please login to write comment.