Color Hex Logo

#dcabbe Color Hex

#DCABBE
(220,171,190)
0 Favorites   0 Comments

Color spaces of #dcabbe

RGB 220171190
HSL0.940.410.77
HSV337°22°86°
CMYK 0.000.220.14   0.14
XYZ53.372448.059255.1785
Yxy48.05920.34080.3069
Hunter Lab69.324716.10701.3359
CIE-Lab74.862320.8576-2.7942

#dcabbe color RGB value is (220,171,190).

#dcabbe hex color red value is 220, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dcabbe hue: 0.94 , saturation: 0.41 and the lightness value of dcabbe is 0.77.

The process color (four color CMYK) of #dcabbe color hex is 0.00, 0.22, 0.14, 0.14. Web safe color of #dcabbe is #cc99cc. Color #dcabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10111110
Octal 334 253 276
Decimal 220 171 190
Hex DC AB BE

RGB Percentages of Color #dcabbe

%37.87
%29.43
%32.70

CMYK Percentages of Color #dcabbe

%0
%22
%14
%14

Triadic Colors of #dcabbe

#dcabbe #bedcab #abbedc

Analogous Colors of #dcabbe

#dcabbe #dcb1ab #dcabd7

Monochromatic Colors of #dcabbe

#dcabbe

Complementary Color

#dcabbe #abdcc9

#dcabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabbe Color CSS Codes

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

#dcabbe Text Font Color

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

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


#dcabbe Background Color

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

This div background color is #dcabbe


#dcabbe Border Color

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

This div border color is #dcabbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,171,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcabbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcabbe;
  -webkit-box-shadow: 1px 1px 3px 2px #dcabbe;
  box-shadow:         1px 1px 3px 2px #dcabbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabbe


Comments

No comments written yet.

Please login to write comment.