Color Hex Logo

#dab7cf Color Hex

#DAB7CF
(218,183,207)
0 Favorites   0 Comments

Color spaces of #dab7cf

RGB 218183207
HSL0.890.320.79
HSV319°16°85°
CMYK 0.000.160.05   0.15
XYZ57.109453.277466.3051
Yxy53.27740.32320.3015
Hunter Lab72.991411.9258-2.7649
CIE-Lab78.038516.5781-7.3865

#dab7cf color RGB value is (218,183,207).

#dab7cf hex color red value is 218, green value is 183 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dab7cf hue: 0.89 , saturation: 0.32 and the lightness value of dab7cf is 0.79.

The process color (four color CMYK) of #dab7cf color hex is 0.00, 0.16, 0.05, 0.15. Web safe color of #dab7cf is #cccccc. Color #dab7cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 11001111
Octal 332 267 317
Decimal 218 183 207
Hex DA B7 CF

RGB Percentages of Color #dab7cf

%35.86
%30.10
%34.05

CMYK Percentages of Color #dab7cf

%0
%16
%5
%15

Triadic Colors of #dab7cf

#dab7cf #cfdab7 #b7cfda

Analogous Colors of #dab7cf

#dab7cf #dab7be #d4b7da

Monochromatic Colors of #dab7cf

#dab7cf

Complementary Color

#dab7cf #b7dac2

#dab7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab7cf Color CSS Codes

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

#dab7cf Text Font Color

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

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


#dab7cf Background Color

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

This div background color is #dab7cf


#dab7cf Border Color

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

This div border color is #dab7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab7cf


Comments

No comments written yet.

Please login to write comment.