Color Hex Logo

#dc8073 Color Hex

#DC8073
(220,128,115)
0 Favorites   0 Comments

Color spaces of #dc8073

RGB 220128115
HSL0.020.600.66
HSV48°86°
CMYK 0.000.420.48   0.14
XYZ40.328931.891820.2498
Yxy31.89180.43610.3449
Hunter Lab56.472828.644618.2710
CIE-Lab63.253434.109322.4830

#dc8073 color RGB value is (220,128,115).

#dc8073 hex color red value is 220, green value is 128 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dc8073 hue: 0.02 , saturation: 0.60 and the lightness value of dc8073 is 0.66.

The process color (four color CMYK) of #dc8073 color hex is 0.00, 0.42, 0.48, 0.14. Web safe color of #dc8073 is #cc9966. Color #dc8073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000000 01110011
Octal 334 200 163
Decimal 220 128 115
Hex DC 80 73

RGB Percentages of Color #dc8073

%47.52
%27.65
%24.84

CMYK Percentages of Color #dc8073

%0
%42
%48
%14

Triadic Colors of #dc8073

#dc8073 #73dc80 #8073dc

Analogous Colors of #dc8073

#dc8073 #dcb573 #dc739b

Monochromatic Colors of #dc8073

#dc8073

Complementary Color

#dc8073 #73cfdc

#dc8073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8073 Color CSS Codes

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

#dc8073 Text Font Color

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

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


#dc8073 Background Color

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

This div background color is #dc8073


#dc8073 Border Color

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

This div border color is #dc8073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8073


Comments

No comments written yet.

Please login to write comment.