Color Hex Logo

#dca093 Color Hex

#DCA093
(220,160,147)
0 Favorites   0 Comments

Color spaces of #dca093

RGB 220160147
HSL0.030.510.72
HSV11°33°86°
CMYK 0.000.270.33   0.14
XYZ47.352542.463833.3044
Yxy42.46380.38460.3449
Hunter Lab65.164315.672015.3128
CIE-Lab71.189520.556815.5721

#dca093 color RGB value is (220,160,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10010011
Octal 334 240 223
Decimal 220 160 147
Hex DC A0 93

RGB Percentages of Color #dca093

%41.75
%30.36
%27.89

CMYK Percentages of Color #dca093

%0
%27
%33
%14

Triadic Colors of #dca093

#dca093 #93dca0 #a093dc

Analogous Colors of #dca093

#dca093 #dcc593 #dc93ab

Monochromatic Colors of #dca093

#dca093

Complementary Color

#dca093 #93cfdc

#dca093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca093 Color CSS Codes

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

#dca093 Text Font Color

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

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


#dca093 Background Color

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

This div background color is #dca093


#dca093 Border Color

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

This div border color is #dca093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca093


Comments

No comments written yet.

Please login to write comment.