Color Hex Logo

#dbadcf Color Hex

#DBADCF
(219,173,207)
0 Favorites   0 Comments

Color spaces of #dbadcf

RGB 219173207
HSL0.880.390.77
HSV316°21°86°
CMYK 0.000.210.05   0.14
XYZ55.419549.452265.6558
Yxy49.45220.32500.2900
Hunter Lab70.322317.6082-6.1300
CIE-Lab75.731822.3174-10.8084

#dbadcf color RGB value is (219,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11001111
Octal 333 255 317
Decimal 219 173 207
Hex DB AD CF

RGB Percentages of Color #dbadcf

%36.56
%28.88
%34.56

CMYK Percentages of Color #dbadcf

%0
%21
%5
%14

Triadic Colors of #dbadcf

#dbadcf #cfdbad #adcfdb

Analogous Colors of #dbadcf

#dbadcf #dbadb8 #d0addb

Monochromatic Colors of #dbadcf

#dbadcf

Complementary Color

#dbadcf #addbb9

#dbadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadcf Color CSS Codes

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

#dbadcf Text Font Color

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

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


#dbadcf Background Color

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

This div background color is #dbadcf


#dbadcf Border Color

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

This div border color is #dbadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadcf


Comments

No comments written yet.

Please login to write comment.