Color Hex Logo

#dbadfc Color Hex

#DBADFC
(219,173,252)
0 Favorites   0 Comments

Color spaces of #dbadfc

RGB 219173252
HSL0.760.930.83
HSV275°31°99°
CMYK 0.130.310.00   0.01
XYZ61.727751.975598.8743
Yxy51.97550.29040.2445
Hunter Lab72.094026.6691-30.8482
CIE-Lab77.266230.9866-32.8701

#dbadfc color RGB value is (219,173,252).

#dbadfc hex color red value is 219, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbadfc hue: 0.76 , saturation: 0.93 and the lightness value of dbadfc is 0.83.

The process color (four color CMYK) of #dbadfc color hex is 0.13, 0.31, 0.00, 0.01. Web safe color of #dbadfc is #cc99ff. Color #dbadfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11111100
Octal 333 255 374
Decimal 219 173 252
Hex DB AD FC

RGB Percentages of Color #dbadfc

%34.01
%26.86
%39.13

CMYK Percentages of Color #dbadfc

%13
%31
%0
%1

Triadic Colors of #dbadfc

#dbadfc #fcdbad #adfcdb

Analogous Colors of #dbadfc

#dbadfc #fcadf6 #b4adfc

Monochromatic Colors of #dbadfc

#dbadfc

Complementary Color

#dbadfc #cefcad

#dbadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadfc Color CSS Codes

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

#dbadfc Text Font Color

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

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


#dbadfc Background Color

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

This div background color is #dbadfc


#dbadfc Border Color

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

This div border color is #dbadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.