Color Hex Logo

#dc066d Color Hex

#DC066D
(220,6,109)
0 Favorites   0 Comments

Color spaces of #dc066d

RGB 2206109
HSL0.920.950.44
HSV331°97°86°
CMYK 0.000.970.50   0.14
XYZ32.340616.450015.9386
Yxy16.45000.49960.2541
Hunter Lab40.558671.35475.0914
CIE-Lab47.559475.10224.1805

#dc066d color RGB value is (220,6,109).

#dc066d hex color red value is 220, green value is 6 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dc066d hue: 0.92 , saturation: 0.95 and the lightness value of dc066d is 0.44.

The process color (four color CMYK) of #dc066d color hex is 0.00, 0.97, 0.50, 0.14. Web safe color of #dc066d is #cc0066. Color #dc066d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 01101101
Octal 334 6 155
Decimal 220 6 109
Hex DC 6 6D

RGB Percentages of Color #dc066d

%65.67
%1.79
%32.54

CMYK Percentages of Color #dc066d

%0
%97
%50
%14

Triadic Colors of #dc066d

#dc066d #6ddc06 #066ddc

Analogous Colors of #dc066d

#dc066d #dc0a06 #dc06d8

Monochromatic Colors of #dc066d

#dc066d

Complementary Color

#dc066d #06dc75

#dc066d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc066d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc066d Color CSS Codes

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

#dc066d Text Font Color

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

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


#dc066d Background Color

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

This div background color is #dc066d


#dc066d Border Color

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

This div border color is #dc066d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc066d


Comments

No comments written yet.

Please login to write comment.