color codes Logo

#dc065d color codes

#DC065D
(220,6,93)
0 Favorites   0 Comments

Color spaces of #dc065d

RGB 220693
HSL0.930.950.44
HSV336°97°86°
CMYK 0.000.970.58   0.14
XYZ31.556116.136211.8073
Yxy16.13620.53040.2712
Hunter Lab40.169969.926210.6916
CIE-Lab47.152774.009813.5106

#dc065d color RGB value is (220,6,93).

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

The process color (four color CMYK) of #dc065d color code is 0.00, 0.97, 0.58, 0.14. Web safe color of #dc065d is #cc0066. Color #dc065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 01011101
Octal 334 6 135
Decimal 220 6 93
Hex DC 6 5D

RGB Percentages of Color #dc065d

%68.97
%1.88
%29.15

CMYK Percentages of Color #dc065d

%0
%97
%58
%14

Triadic Colors of #dc065d

#dc065d #5ddc06 #065ddc

Analogous Colors of #dc065d

#dc065d #dc1a06 #dc06c8

Monochromatic Colors of #dc065d

#dc065d

Complementary Color

#dc065d #06dc85

#dc065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc065d Color CSS Codes

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

#dc065d Text Font Color

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

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


#dc065d Background Color

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

This div background color is #dc065d


#dc065d Border Color

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

This div border color is #dc065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc065d


Comments

No comments written yet.

Please login to write comment.