Color Hex Logo

#dbacfd Color Hex

#DBACFD
(219,172,253)
0 Favorites   0 Comments

Color spaces of #dbacfd

RGB 219172253
HSL0.760.950.83
HSV275°32°99°
CMYK 0.130.320.00   0.01
XYZ61.695651.657099.6476
Yxy51.65700.28970.2425
Hunter Lab71.872827.4470-31.8913
CIE-Lab77.075331.7344-33.7029

#dbacfd color RGB value is (219,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11111101
Octal 333 254 375
Decimal 219 172 253
Hex DB AC FD

RGB Percentages of Color #dbacfd

%34.01
%26.71
%39.29

CMYK Percentages of Color #dbacfd

%13
%32
%0
%1

Triadic Colors of #dbacfd

#dbacfd #fddbac #acfddb

Analogous Colors of #dbacfd

#dbacfd #fdacf7 #b3acfd

Monochromatic Colors of #dbacfd

#dbacfd

Complementary Color

#dbacfd #cefdac

#dbacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacfd Color CSS Codes

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

#dbacfd Text Font Color

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

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


#dbacfd Background Color

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

This div background color is #dbacfd


#dbacfd Border Color

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

This div border color is #dbacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacfd


Comments

No comments written yet.

Please login to write comment.