Color Hex Logo

#dc669d Color Hex

#DC669D
(220,102,157)
0 Favorites   0 Comments

Color spaces of #dc669d

RGB 220102157
HSL0.920.630.63
HSV332°54°86°
CMYK 0.000.540.29   0.14
XYZ40.352427.152735.0125
Yxy27.15270.39360.2649
Hunter Lab52.108347.0402-3.3623
CIE-Lab59.115452.0182-7.5108

#dc669d color RGB value is (220,102,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100110 10011101
Octal 334 146 235
Decimal 220 102 157
Hex DC 66 9D

RGB Percentages of Color #dc669d

%45.93
%21.29
%32.78

CMYK Percentages of Color #dc669d

%0
%54
%29
%14

Triadic Colors of #dc669d

#dc669d #9ddc66 #669ddc

Analogous Colors of #dc669d

#dc669d #dc6a66 #dc66d8

Monochromatic Colors of #dc669d

#dc669d

Complementary Color

#dc669d #66dca5

#dc669d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc669d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc669d Color CSS Codes

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

#dc669d Text Font Color

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

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


#dc669d Background Color

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

This div background color is #dc669d


#dc669d Border Color

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

This div border color is #dc669d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,102,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 #dc669d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc669d


Comments

No comments written yet.

Please login to write comment.