Color Hex Logo

#dbabfd Color Hex

#DBABFD
(219,171,253)
0 Favorites   0 Comments

Color spaces of #dbabfd

RGB 219171253
HSL0.760.950.83
HSV275°32°99°
CMYK 0.130.320.00   0.01
XYZ61.505951.277799.5844
Yxy51.27770.28960.2415
Hunter Lab71.608428.0024-32.3275
CIE-Lab76.846932.2745-34.0555

#dbabfd color RGB value is (219,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111101
Octal 333 253 375
Decimal 219 171 253
Hex DB AB FD

RGB Percentages of Color #dbabfd

%34.06
%26.59
%39.35

CMYK Percentages of Color #dbabfd

%13
%32
%0
%1

Triadic Colors of #dbabfd

#dbabfd #fddbab #abfddb

Analogous Colors of #dbabfd

#dbabfd #fdabf6 #b2abfd

Monochromatic Colors of #dbabfd

#dbabfd

Complementary Color

#dbabfd #cdfdab

#dbabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabfd Color CSS Codes

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

#dbabfd Text Font Color

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

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


#dbabfd Background Color

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

This div background color is #dbabfd


#dbabfd Border Color

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

This div border color is #dbabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabfd

#dbabfd Color Palettes


Comments

No comments written yet.

Please login to write comment.