Color Hex Logo

#dca890 Color Hex

#DCA890
(220,168,144)
0 Favorites   0 Comments

Color spaces of #dca890

RGB 220168144
HSL0.050.520.71
HSV19°35°86°
CMYK 0.000.240.35   0.14
XYZ48.551945.234532.5577
Yxy45.23450.38430.3580
Hunter Lab67.256611.158418.3784
CIE-Lab73.046015.873319.7877

#dca890 color RGB value is (220,168,144).

#dca890 hex color red value is 220, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dca890 hue: 0.05 , saturation: 0.52 and the lightness value of dca890 is 0.71.

The process color (four color CMYK) of #dca890 color hex is 0.00, 0.24, 0.35, 0.14. Web safe color of #dca890 is #cc9999. Color #dca890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 10010000
Octal 334 250 220
Decimal 220 168 144
Hex DC A8 90

RGB Percentages of Color #dca890

%41.35
%31.58
%27.07

CMYK Percentages of Color #dca890

%0
%24
%35
%14

Triadic Colors of #dca890

#dca890 #90dca8 #a890dc

Analogous Colors of #dca890

#dca890 #dcce90 #dc909e

Monochromatic Colors of #dca890

#dca890

Complementary Color

#dca890 #90c4dc

#dca890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca890 Color CSS Codes

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

#dca890 Text Font Color

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

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


#dca890 Background Color

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

This div background color is #dca890


#dca890 Border Color

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

This div border color is #dca890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca890


Comments

No comments written yet.

Please login to write comment.