Color Hex Logo

#dbacf5 Color Hex

#DBACF5
(219,172,245)
0 Favorites   0 Comments

Color spaces of #dbacf5

RGB 219172245
HSL0.770.780.82
HSV279°30°96°
CMYK 0.110.300.00   0.04
XYZ60.447451.157793.0747
Yxy51.15770.29530.2499
Hunter Lab71.524625.6871-27.0866
CIE-Lab76.774430.0917-29.8547

#dbacf5 color RGB value is (219,172,245).

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

The process color (four color CMYK) of #dbacf5 color hex is 0.11, 0.30, 0.00, 0.04. Web safe color of #dbacf5 is #cc99ff. Color #dbacf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11110101
Octal 333 254 365
Decimal 219 172 245
Hex DB AC F5

RGB Percentages of Color #dbacf5

%34.43
%27.04
%38.52

CMYK Percentages of Color #dbacf5

%11
%30
%0
%4

Triadic Colors of #dbacf5

#dbacf5 #f5dbac #acf5db

Analogous Colors of #dbacf5

#dbacf5 #f5aceb #b7acf5

Monochromatic Colors of #dbacf5

#dbacf5

Complementary Color

#dbacf5 #c6f5ac

#dbacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacf5 Color CSS Codes

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

#dbacf5 Text Font Color

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

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


#dbacf5 Background Color

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

This div background color is #dbacf5


#dbacf5 Border Color

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

This div border color is #dbacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacf5


Comments

No comments written yet.

Please login to write comment.