Color Hex Logo

#dc7368 Color Hex

#DC7368
(220,115,104)
0 Favorites   0 Comments

Color spaces of #dc7368

RGB 220115104
HSL0.020.620.64
HSV53°86°
CMYK 0.000.480.53   0.14
XYZ38.144628.476616.5828
Yxy28.47660.45840.3423
Hunter Lab53.363534.207018.9299
CIE-Lab60.316939.856924.7748

#dc7368 color RGB value is (220,115,104).

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

The process color (four color CMYK) of #dc7368 color hex is 0.00, 0.48, 0.53, 0.14. Web safe color of #dc7368 is #cc6666. Color #dc7368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 01101000
Octal 334 163 150
Decimal 220 115 104
Hex DC 73 68

RGB Percentages of Color #dc7368

%50.11
%26.20
%23.69

CMYK Percentages of Color #dc7368

%0
%48
%53
%14

Triadic Colors of #dc7368

#dc7368 #68dc73 #7368dc

Analogous Colors of #dc7368

#dc7368 #dcad68 #dc6897

Monochromatic Colors of #dc7368

#dc7368

Complementary Color

#dc7368 #68d1dc

#dc7368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7368 Color CSS Codes

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

#dc7368 Text Font Color

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

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


#dc7368 Background Color

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

This div background color is #dc7368


#dc7368 Border Color

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

This div border color is #dc7368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7368


Comments

No comments written yet.

Please login to write comment.