Color Hex Logo

#dab4cf Color Hex

#DAB4CF
(218,180,207)
0 Favorites   0 Comments

Color spaces of #dab4cf

RGB 218180207
HSL0.880.340.78
HSV317°17°85°
CMYK 0.000.170.05   0.15
XYZ56.497252.052966.1010
Yxy52.05290.32350.2980
Hunter Lab72.147713.5208-3.8175
CIE-Lab77.312518.1945-8.4642

#dab4cf color RGB value is (218,180,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 11001111
Octal 332 264 317
Decimal 218 180 207
Hex DA B4 CF

RGB Percentages of Color #dab4cf

%36.03
%29.75
%34.21

CMYK Percentages of Color #dab4cf

%0
%17
%5
%15

Triadic Colors of #dab4cf

#dab4cf #cfdab4 #b4cfda

Analogous Colors of #dab4cf

#dab4cf #dab4bc #d2b4da

Monochromatic Colors of #dab4cf

#dab4cf

Complementary Color

#dab4cf #b4dabf

#dab4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4cf Color CSS Codes

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

#dab4cf Text Font Color

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

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


#dab4cf Background Color

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

This div background color is #dab4cf


#dab4cf Border Color

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

This div border color is #dab4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4cf


Comments

No comments written yet.

Please login to write comment.