Color Hex Logo

#dbacfb Color Hex

#DBACFB
(219,172,251)
0 Favorites   0 Comments

Color spaces of #dbacfb

RGB 219172251
HSL0.770.910.83
HSV276°31°98°
CMYK 0.130.310.00   0.02
XYZ61.378551.530297.9781
Yxy51.53020.29100.2444
Hunter Lab71.784527.0013-30.6752
CIE-Lab76.999131.3199-32.7438

#dbacfb color RGB value is (219,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11111011
Octal 333 254 373
Decimal 219 172 251
Hex DB AC FB

RGB Percentages of Color #dbacfb

%34.11
%26.79
%39.10

CMYK Percentages of Color #dbacfb

%13
%31
%0
%2

Triadic Colors of #dbacfb

#dbacfb #fbdbac #acfbdb

Analogous Colors of #dbacfb

#dbacfb #fbacf4 #b4acfb

Monochromatic Colors of #dbacfb

#dbacfb

Complementary Color

#dbacfb #ccfbac

#dbacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacfb Color CSS Codes

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

#dbacfb Text Font Color

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

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


#dbacfb Background Color

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

This div background color is #dbacfb


#dbacfb Border Color

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

This div border color is #dbacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacfb


Comments

No comments written yet.

Please login to write comment.