Color Hex Logo

#dbabfc Color Hex

#DBABFC
(219,171,252)
0 Favorites   0 Comments

Color spaces of #dbabfc

RGB 219171252
HSL0.770.930.83
HSV276°32°99°
CMYK 0.130.320.00   0.01
XYZ61.347051.214298.7474
Yxy51.21420.29030.2424
Hunter Lab71.564127.7787-31.7162
CIE-Lab76.808632.0670-33.5762

#dbabfc color RGB value is (219,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111100
Octal 333 253 374
Decimal 219 171 252
Hex DB AB FC

RGB Percentages of Color #dbabfc

%34.11
%26.64
%39.25

CMYK Percentages of Color #dbabfc

%13
%32
%0
%1

Triadic Colors of #dbabfc

#dbabfc #fcdbab #abfcdb

Analogous Colors of #dbabfc

#dbabfc #fcabf5 #b3abfc

Monochromatic Colors of #dbabfc

#dbabfc

Complementary Color

#dbabfc #ccfcab

#dbabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabfc Color CSS Codes

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

#dbabfc Text Font Color

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

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


#dbabfc Background Color

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

This div background color is #dbabfc


#dbabfc Border Color

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

This div border color is #dbabfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,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 #dbabfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabfc

Related Colors


Comments

No comments written yet.

Please login to write comment.