Color Hex Logo

#dab0c0 Color Hex

#DAB0C0
(218,176,192)
0 Favorites   0 Comments

Color spaces of #dab0c0

RGB 218176192
HSL0.940.360.77
HSV337°19°85°
CMYK 0.000.190.12   0.15
XYZ53.953249.761956.6305
Yxy49.76190.33650.3103
Hunter Lab70.542113.07471.7821
CIE-Lab75.922917.7768-2.3520

#dab0c0 color RGB value is (218,176,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 11000000
Octal 332 260 300
Decimal 218 176 192
Hex DA B0 C0

RGB Percentages of Color #dab0c0

%37.20
%30.03
%32.76

CMYK Percentages of Color #dab0c0

%0
%19
%12
%15

Triadic Colors of #dab0c0

#dab0c0 #c0dab0 #b0c0da

Analogous Colors of #dab0c0

#dab0c0 #dab5b0 #dab0d5

Monochromatic Colors of #dab0c0

#dab0c0

Complementary Color

#dab0c0 #b0daca

#dab0c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0c0 Color CSS Codes

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

#dab0c0 Text Font Color

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

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


#dab0c0 Background Color

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

This div background color is #dab0c0


#dab0c0 Border Color

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

This div border color is #dab0c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0c0


Comments

No comments written yet.

Please login to write comment.