Color Hex Logo

#dc678e Color Hex

#DC678E
(220,103,142)
0 Favorites   0 Comments

Color spaces of #dc678e

RGB 220103142
HSL0.940.630.63
HSV340°53°86°
CMYK 0.000.530.35   0.14
XYZ39.247926.869128.7089
Yxy26.86910.41390.2834
Hunter Lab51.835444.44183.4472
CIE-Lab58.853049.68900.8094

#dc678e color RGB value is (220,103,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10001110
Octal 334 147 216
Decimal 220 103 142
Hex DC 67 8E

RGB Percentages of Color #dc678e

%47.31
%22.15
%30.54

CMYK Percentages of Color #dc678e

%0
%53
%35
%14

Triadic Colors of #dc678e

#dc678e #8edc67 #678edc

Analogous Colors of #dc678e

#dc678e #dc7b67 #dc67c9

Monochromatic Colors of #dc678e

#dc678e

Complementary Color

#dc678e #67dcb5

#dc678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc678e Color CSS Codes

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

#dc678e Text Font Color

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

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


#dc678e Background Color

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

This div background color is #dc678e


#dc678e Border Color

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

This div border color is #dc678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc678e


Comments

No comments written yet.

Please login to write comment.