Color Hex Logo

#dab3ce Color Hex

#DAB3CE
(218,179,206)
0 Favorites   0 Comments

Color spaces of #dab3ce

RGB 218179206
HSL0.880.350.78
HSV318°18°85°
CMYK 0.000.180.06   0.15
XYZ56.174151.601965.3920
Yxy51.60190.32440.2980
Hunter Lab71.834513.8756-3.6885
CIE-Lab77.042218.5565-8.3225

#dab3ce color RGB value is (218,179,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 11001110
Octal 332 263 316
Decimal 218 179 206
Hex DA B3 CE

RGB Percentages of Color #dab3ce

%36.15
%29.68
%34.16

CMYK Percentages of Color #dab3ce

%0
%18
%6
%15

Triadic Colors of #dab3ce

#dab3ce #cedab3 #b3ceda

Analogous Colors of #dab3ce

#dab3ce #dab3bb #d3b3da

Monochromatic Colors of #dab3ce

#dab3ce

Complementary Color

#dab3ce #b3dabf

#dab3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3ce Color CSS Codes

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

#dab3ce Text Font Color

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

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


#dab3ce Background Color

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

This div background color is #dab3ce


#dab3ce Border Color

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

This div border color is #dab3ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,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 #dab3ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3ce


Comments

No comments written yet.

Please login to write comment.