Color Hex Logo

#dbacff Color Hex

#DBACFF
(219,172,255)
0 Favorites   0 Comments

Color spaces of #dbacff

RGB 219172255
HSL0.761.000.84
HSV274°33°100°
CMYK 0.140.330.00   0.00
XYZ62.015951.7851101.3347
Yxy51.78510.28830.2407
Hunter Lab71.961927.8960-33.1172
CIE-Lab77.152232.1509-34.6601

#dbacff color RGB value is (219,172,255).

#dbacff hex color red value is 219, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbacff hue: 0.76 , saturation: 1.00 and the lightness value of dbacff is 0.84.

The process color (four color CMYK) of #dbacff color hex is 0.14, 0.33, 0.00, 0.00. Web safe color of #dbacff is #cc99ff. Color #dbacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11111111
Octal 333 254 377
Decimal 219 172 255
Hex DB AC FF

RGB Percentages of Color #dbacff

%33.90
%26.63
%39.47

CMYK Percentages of Color #dbacff

%14
%33
%0
%0

Triadic Colors of #dbacff

#dbacff #ffdbac #acffdb

Analogous Colors of #dbacff

#dbacff #ffacfa #b2acff

Monochromatic Colors of #dbacff

#dbacff

Complementary Color

#dbacff #d0ffac

#dbacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacff Color CSS Codes

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

#dbacff Text Font Color

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

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


#dbacff Background Color

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

This div background color is #dbacff


#dbacff Border Color

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

This div border color is #dbacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacff

Related Colors


Comments

No comments written yet.

Please login to write comment.