Color Hex Logo

#dab1bf Color Hex

#DAB1BF
(218,177,191)
0 Favorites   0 Comments

Color spaces of #dab1bf

RGB 218177191
HSL0.940.360.77
HSV340°19°85°
CMYK 0.000.190.12   0.15
XYZ54.039650.111356.1145
Yxy50.11130.33720.3127
Hunter Lab70.789312.38312.5535
CIE-Lab76.137517.0725-1.4920

#dab1bf color RGB value is (218,177,191).

#dab1bf hex color red value is 218, green value is 177 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dab1bf hue: 0.94 , saturation: 0.36 and the lightness value of dab1bf is 0.77.

The process color (four color CMYK) of #dab1bf color hex is 0.00, 0.19, 0.12, 0.15. Web safe color of #dab1bf is #cc99cc. Color #dab1bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10111111
Octal 332 261 277
Decimal 218 177 191
Hex DA B1 BF

RGB Percentages of Color #dab1bf

%37.20
%30.20
%32.59

CMYK Percentages of Color #dab1bf

%0
%19
%12
%15

Triadic Colors of #dab1bf

#dab1bf #bfdab1 #b1bfda

Analogous Colors of #dab1bf

#dab1bf #dab8b1 #dab1d4

Monochromatic Colors of #dab1bf

#dab1bf

Complementary Color

#dab1bf #b1dacc

#dab1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1bf Color CSS Codes

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

#dab1bf Text Font Color

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

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


#dab1bf Background Color

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

This div background color is #dab1bf


#dab1bf Border Color

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

This div border color is #dab1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1bf


Comments

No comments written yet.

Please login to write comment.