Color Hex Logo

#dab3ba Color Hex

#DAB3BA
(218,179,186)
0 Favorites   0 Comments

Color spaces of #dab3ba

RGB 218179186
HSL0.970.350.78
HSV349°18°85°
CMYK 0.000.180.15   0.15
XYZ53.896550.690853.3980
Yxy50.69080.34110.3209
Hunter Lab71.197510.52905.3708
CIE-Lab76.491315.18151.7485

#dab3ba color RGB value is (218,179,186).

#dab3ba hex color red value is 218, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dab3ba hue: 0.97 , saturation: 0.35 and the lightness value of dab3ba is 0.78.

The process color (four color CMYK) of #dab3ba color hex is 0.00, 0.18, 0.15, 0.15. Web safe color of #dab3ba is #cccccc. Color #dab3ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10111010
Octal 332 263 272
Decimal 218 179 186
Hex DA B3 BA

RGB Percentages of Color #dab3ba

%37.39
%30.70
%31.90

CMYK Percentages of Color #dab3ba

%0
%18
%15
%15

Triadic Colors of #dab3ba

#dab3ba #badab3 #b3bada

Analogous Colors of #dab3ba

#dab3ba #dac0b3 #dab3ce

Monochromatic Colors of #dab3ba

#dab3ba

Complementary Color

#dab3ba #b3dad3

#dab3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3ba Color CSS Codes

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

#dab3ba Text Font Color

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

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


#dab3ba Background Color

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

This div background color is #dab3ba


#dab3ba Border Color

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

This div border color is #dab3ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,179,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab3ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab3ba;
  -webkit-box-shadow: 1px 1px 3px 2px #dab3ba;
  box-shadow:         1px 1px 3px 2px #dab3ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3ba


Comments

No comments written yet.

Please login to write comment.