Color Hex Logo

#dbaccf Color Hex

#DBACCF
(219,172,207)
1 Favorites   0 Comments

Color spaces of #dbaccf

RGB 219172207
HSL0.880.390.77
HSV315°21°86°
CMYK 0.000.210.05   0.14
XYZ55.228449.070165.5921
Yxy49.07010.32510.2888
Hunter Lab70.050118.1442-6.4818
CIE-Lab75.494922.8577-11.1621

#dbaccf color RGB value is (219,172,207).

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

The process color (four color CMYK) of #dbaccf color hex is 0.00, 0.21, 0.05, 0.14. Web safe color of #dbaccf is #cc99cc. Color #dbaccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11001111
Octal 333 254 317
Decimal 219 172 207
Hex DB AC CF

RGB Percentages of Color #dbaccf

%36.62
%28.76
%34.62

CMYK Percentages of Color #dbaccf

%0
%21
%5
%14

Triadic Colors of #dbaccf

#dbaccf #cfdbac #accfdb

Analogous Colors of #dbaccf

#dbaccf #dbacb8 #d0acdb

Monochromatic Colors of #dbaccf

#dbaccf

Complementary Color

#dbaccf #acdbb8

#dbaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaccf Color CSS Codes

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

#dbaccf Text Font Color

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

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


#dbaccf Background Color

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

This div background color is #dbaccf


#dbaccf Border Color

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

This div border color is #dbaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaccf


Comments

No comments written yet.

Please login to write comment.