Color Hex Logo

#dc6667 Color Hex

#DC6667
(220,102,103)
0 Favorites   0 Comments

Color spaces of #dc6667

RGB 220102103
HSL1.000.630.63
HSV359°54°86°
CMYK 0.000.540.53   0.14
XYZ36.714825.697715.8570
Yxy25.69770.46910.3283
Hunter Lab50.692940.567716.9388
CIE-Lab57.749046.258521.9289

#dc6667 color RGB value is (220,102,103).

#dc6667 hex color red value is 220, green value is 102 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dc6667 hue: 1.00 , saturation: 0.63 and the lightness value of dc6667 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 01100111
Octal 334 146 147
Decimal 220 102 103
Hex DC 66 67

RGB Percentages of Color #dc6667

%51.76
%24.00
%24.24

CMYK Percentages of Color #dc6667

%0
%54
%53
%14

Triadic Colors of #dc6667

#dc6667 #67dc66 #6667dc

Analogous Colors of #dc6667

#dc6667 #dca066 #dc66a2

Monochromatic Colors of #dc6667

#dc6667

Complementary Color

#dc6667 #66dcdb

#dc6667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6667 Color CSS Codes

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

#dc6667 Text Font Color

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

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


#dc6667 Background Color

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

This div background color is #dc6667


#dc6667 Border Color

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

This div border color is #dc6667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6667


Comments

No comments written yet.

Please login to write comment.