Color Hex Logo

#dc667d Color Hex

#DC667D
(220,102,125)
0 Favorites   0 Comments

Color spaces of #dc667d

RGB 220102125
HSL0.970.630.63
HSV348°54°86°
CMYK 0.000.540.43   0.14
XYZ37.968226.199122.4578
Yxy26.19910.43830.3024
Hunter Lab51.185142.83449.8156
CIE-Lab58.225648.30199.8073

#dc667d color RGB value is (220,102,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 01111101
Octal 334 146 175
Decimal 220 102 125
Hex DC 66 7D

RGB Percentages of Color #dc667d

%49.22
%22.82
%27.96

CMYK Percentages of Color #dc667d

%0
%54
%43
%14

Triadic Colors of #dc667d

#dc667d #7ddc66 #667ddc

Analogous Colors of #dc667d

#dc667d #dc8a66 #dc66b8

Monochromatic Colors of #dc667d

#dc667d

Complementary Color

#dc667d #66dcc5

#dc667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc667d Color CSS Codes

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

#dc667d Text Font Color

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

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


#dc667d Background Color

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

This div background color is #dc667d


#dc667d Border Color

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

This div border color is #dc667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc667d


Comments

No comments written yet.

Please login to write comment.