Color Hex Logo

#dc679d Color Hex

#DC679D
(220,103,157)
0 Favorites   0 Comments

Color spaces of #dc679d

RGB 220103157
HSL0.920.630.63
HSV332°53°86°
CMYK 0.000.530.29   0.14
XYZ40.451327.350535.0454
Yxy27.35050.39330.2659
Hunter Lab52.297746.5454-3.1226
CIE-Lab59.297451.5407-7.2400

#dc679d color RGB value is (220,103,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10011101
Octal 334 147 235
Decimal 220 103 157
Hex DC 67 9D

RGB Percentages of Color #dc679d

%45.83
%21.46
%32.71

CMYK Percentages of Color #dc679d

%0
%53
%29
%14

Triadic Colors of #dc679d

#dc679d #9ddc67 #679ddc

Analogous Colors of #dc679d

#dc679d #dc6c67 #dc67d8

Monochromatic Colors of #dc679d

#dc679d

Complementary Color

#dc679d #67dca6

#dc679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc679d Color CSS Codes

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

#dc679d Text Font Color

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

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


#dc679d Background Color

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

This div background color is #dc679d


#dc679d Border Color

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

This div border color is #dc679d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc679d


Comments

No comments written yet.

Please login to write comment.