Color Hex Logo

#dba2bd Color Hex

#DBA2BD
(219,162,189)
0 Favorites   0 Comments

Color spaces of #dba2bd

RGB 219162189
HSL0.920.440.75
HSV332°26°86°
CMYK 0.000.260.14   0.14
XYZ51.319144.574954.0431
Yxy44.57490.34230.2973
Hunter Lab66.764420.3679-1.2577
CIE-Lab72.611125.2017-5.5742

#dba2bd color RGB value is (219,162,189).

#dba2bd hex color red value is 219, green value is 162 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dba2bd hue: 0.92 , saturation: 0.44 and the lightness value of dba2bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 10111101
Octal 333 242 275
Decimal 219 162 189
Hex DB A2 BD

RGB Percentages of Color #dba2bd

%38.42
%28.42
%33.16

CMYK Percentages of Color #dba2bd

%0
%26
%14
%14

Triadic Colors of #dba2bd

#dba2bd #bddba2 #a2bddb

Analogous Colors of #dba2bd

#dba2bd #dba4a2 #dba2da

Monochromatic Colors of #dba2bd

#dba2bd

Complementary Color

#dba2bd #a2dbc0

#dba2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba2bd Color CSS Codes

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

#dba2bd Text Font Color

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

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


#dba2bd Background Color

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

This div background color is #dba2bd


#dba2bd Border Color

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

This div border color is #dba2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba2bd


Comments

No comments written yet.

Please login to write comment.