Color Hex Logo

#dbace1 Color Hex

#DBACE1
(219,172,225)
0 Favorites   0 Comments

Color spaces of #dbace1

RGB 219172225
HSL0.810.470.78
HSV293°24°88°
CMYK 0.030.240.00   0.12
XYZ57.556550.001477.8518
Yxy50.00140.31040.2697
Hunter Lab70.711721.5465-15.7787
CIE-Lab76.070126.1606-20.0990

#dbace1 color RGB value is (219,172,225).

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

The process color (four color CMYK) of #dbace1 color hex is 0.03, 0.24, 0.00, 0.12. Web safe color of #dbace1 is #cc99cc. Color #dbace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11100001
Octal 333 254 341
Decimal 219 172 225
Hex DB AC E1

RGB Percentages of Color #dbace1

%35.55
%27.92
%36.53

CMYK Percentages of Color #dbace1

%3
%24
%0
%12

Triadic Colors of #dbace1

#dbace1 #e1dbac #ace1db

Analogous Colors of #dbace1

#dbace1 #e1accd #c1ace1

Monochromatic Colors of #dbace1

#dbace1

Complementary Color

#dbace1 #b2e1ac

#dbace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbace1 Color CSS Codes

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

#dbace1 Text Font Color

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

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


#dbace1 Background Color

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

This div background color is #dbace1


#dbace1 Border Color

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

This div border color is #dbace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbace1


Comments

No comments written yet.

Please login to write comment.