Color Hex Logo

#dab0be Color Hex

#DAB0BE
(218,176,190)
0 Favorites   0 Comments

Color spaces of #dab0be

RGB 218176190
HSL0.940.360.77
HSV340°19°85°
CMYK 0.000.190.13   0.15
XYZ53.733049.673855.4712
Yxy49.67380.33820.3127
Hunter Lab70.479612.74732.6714
CIE-Lab75.868617.4468-1.3405

#dab0be color RGB value is (218,176,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10111110
Octal 332 260 276
Decimal 218 176 190
Hex DA B0 BE

RGB Percentages of Color #dab0be

%37.33
%30.14
%32.53

CMYK Percentages of Color #dab0be

%0
%19
%13
%15

Triadic Colors of #dab0be

#dab0be #bedab0 #b0beda

Analogous Colors of #dab0be

#dab0be #dab7b0 #dab0d3

Monochromatic Colors of #dab0be

#dab0be

Complementary Color

#dab0be #b0dacc

#dab0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0be Color CSS Codes

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

#dab0be Text Font Color

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

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


#dab0be Background Color

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

This div background color is #dab0be


#dab0be Border Color

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

This div border color is #dab0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0be


Comments

No comments written yet.

Please login to write comment.