Color Hex Logo

#dca193 Color Hex

#DCA193
(220,161,147)
0 Favorites   0 Comments

Color spaces of #dca193

RGB 220161147
HSL0.030.510.72
HSV12°33°86°
CMYK 0.000.270.33   0.14
XYZ47.526542.812033.3624
Yxy42.81200.38420.3461
Hunter Lab65.430915.151615.5704
CIE-Lab71.427220.017315.9037

#dca193 color RGB value is (220,161,147).

#dca193 hex color red value is 220, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dca193 hue: 0.03 , saturation: 0.51 and the lightness value of dca193 is 0.72.

The process color (four color CMYK) of #dca193 color hex is 0.00, 0.27, 0.33, 0.14. Web safe color of #dca193 is #cc9999. Color #dca193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 10010011
Octal 334 241 223
Decimal 220 161 147
Hex DC A1 93

RGB Percentages of Color #dca193

%41.67
%30.49
%27.84

CMYK Percentages of Color #dca193

%0
%27
%33
%14

Triadic Colors of #dca193

#dca193 #93dca1 #a193dc

Analogous Colors of #dca193

#dca193 #dcc693 #dc93aa

Monochromatic Colors of #dca193

#dca193

Complementary Color

#dca193 #93cedc

#dca193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca193 Color CSS Codes

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

#dca193 Text Font Color

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

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


#dca193 Background Color

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

This div background color is #dca193


#dca193 Border Color

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

This div border color is #dca193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca193


Comments

No comments written yet.

Please login to write comment.