Color Hex Logo

#dca293 Color Hex

#DCA293
(220,162,147)
0 Favorites   0 Comments

Color spaces of #dca293

RGB 220162147
HSL0.030.510.72
HSV12°33°86°
CMYK 0.000.260.33   0.14
XYZ47.702043.162933.4209
Yxy43.16290.38380.3473
Hunter Lab65.698514.632015.8280
CIE-Lab71.665419.478416.2356

#dca293 color RGB value is (220,162,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 10010011
Octal 334 242 223
Decimal 220 162 147
Hex DC A2 93

RGB Percentages of Color #dca293

%41.59
%30.62
%27.79

CMYK Percentages of Color #dca293

%0
%26
%33
%14

Triadic Colors of #dca293

#dca293 #93dca2 #a293dc

Analogous Colors of #dca293

#dca293 #dcc793 #dc93a9

Monochromatic Colors of #dca293

#dca293

Complementary Color

#dca293 #93cddc

#dca293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca293 Color CSS Codes

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

#dca293 Text Font Color

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

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


#dca293 Background Color

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

This div background color is #dca293


#dca293 Border Color

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

This div border color is #dca293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca293


Comments

No comments written yet.

Please login to write comment.