Color Hex Logo

#dc068d Color Hex

#DC068D
(220,6,141)
0 Favorites   0 Comments

Color spaces of #dc068d

RGB 2206141
HSL0.890.950.44
HSV322°97°86°
CMYK 0.000.970.36   0.14
XYZ34.388017.269026.7201
Yxy17.26900.43880.2203
Hunter Lab41.556074.9876-9.0337
CIE-Lab48.597277.8449-13.8404

#dc068d color RGB value is (220,6,141).

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

The process color (four color CMYK) of #dc068d color hex is 0.00, 0.97, 0.36, 0.14. Web safe color of #dc068d is #cc0099. Color #dc068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 10001101
Octal 334 6 215
Decimal 220 6 141
Hex DC 6 8D

RGB Percentages of Color #dc068d

%59.95
%1.63
%38.42

CMYK Percentages of Color #dc068d

%0
%97
%36
%14

Triadic Colors of #dc068d

#dc068d #8ddc06 #068ddc

Analogous Colors of #dc068d

#dc068d #dc0622 #c006dc

Monochromatic Colors of #dc068d

#dc068d

Complementary Color

#dc068d #06dc55

#dc068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc068d Color CSS Codes

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

#dc068d Text Font Color

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

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


#dc068d Background Color

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

This div background color is #dc068d


#dc068d Border Color

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

This div border color is #dc068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc068d


Comments

No comments written yet.

Please login to write comment.