Color Hex Logo

#dc678f Color Hex

#DC678F
(220,103,143)
0 Favorites   0 Comments

Color spaces of #dc678f

RGB 220103143
HSL0.940.630.63
HSV339°53°86°
CMYK 0.000.530.35   0.14
XYZ39.323426.899329.1061
Yxy26.89930.41250.2822
Hunter Lab51.864544.57483.0319
CIE-Lab58.881049.80680.2690

#dc678f color RGB value is (220,103,143).

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

The process color (four color CMYK) of #dc678f color hex is 0.00, 0.53, 0.35, 0.14. Web safe color of #dc678f is #cc6699. Color #dc678f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10001111
Octal 334 147 217
Decimal 220 103 143
Hex DC 67 8F

RGB Percentages of Color #dc678f

%47.21
%22.10
%30.69

CMYK Percentages of Color #dc678f

%0
%53
%35
%14

Triadic Colors of #dc678f

#dc678f #8fdc67 #678fdc

Analogous Colors of #dc678f

#dc678f #dc7a67 #dc67ca

Monochromatic Colors of #dc678f

#dc678f

Complementary Color

#dc678f #67dcb4

#dc678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc678f Color CSS Codes

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

#dc678f Text Font Color

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

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


#dc678f Background Color

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

This div background color is #dc678f


#dc678f Border Color

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

This div border color is #dc678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc678f


Comments

No comments written yet.

Please login to write comment.