Color Hex Logo

#dab0ce Color Hex

#DAB0CE
(218,176,206)
0 Favorites   0 Comments

Color spaces of #dab0ce

RGB 218176206
HSL0.880.360.77
HSV317°19°85°
CMYK 0.000.190.06   0.15
XYZ55.579450.412365.1937
Yxy50.41230.32470.2945
Hunter Lab71.001615.4753-4.7390
CIE-Lab76.321620.1763-9.3941

#dab0ce color RGB value is (218,176,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 11001110
Octal 332 260 316
Decimal 218 176 206
Hex DA B0 CE

RGB Percentages of Color #dab0ce

%36.33
%29.33
%34.33

CMYK Percentages of Color #dab0ce

%0
%19
%6
%15

Triadic Colors of #dab0ce

#dab0ce #cedab0 #b0ceda

Analogous Colors of #dab0ce

#dab0ce #dab0b9 #d1b0da

Monochromatic Colors of #dab0ce

#dab0ce

Complementary Color

#dab0ce #b0dabc

#dab0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0ce Color CSS Codes

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

#dab0ce Text Font Color

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

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


#dab0ce Background Color

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

This div background color is #dab0ce


#dab0ce Border Color

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

This div border color is #dab0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0ce


Comments

No comments written yet.

Please login to write comment.