color codes Logo

#dc065c color codes

#DC065C
(220,6,92)
0 Favorites   0 Comments

Color spaces of #dc065c

RGB 220692
HSL0.930.950.44
HSV336°97°86°
CMYK 0.000.970.58   0.14
XYZ31.512116.118611.5755
Yxy16.11860.53220.2722
Hunter Lab40.148069.845511.0090
CIE-Lab47.129773.947814.0993

#dc065c color RGB value is (220,6,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 01011100
Octal 334 6 134
Decimal 220 6 92
Hex DC 6 5C

RGB Percentages of Color #dc065c

%69.18
%1.89
%28.93

CMYK Percentages of Color #dc065c

%0
%97
%58
%14

Triadic Colors of #dc065c

#dc065c #5cdc06 #065cdc

Analogous Colors of #dc065c

#dc065c #dc1b06 #dc06c7

Monochromatic Colors of #dc065c

#dc065c

Complementary Color

#dc065c #06dc86

#dc065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc065c Color CSS Codes

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

#dc065c Text Font Color

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

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


#dc065c Background Color

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

This div background color is #dc065c


#dc065c Border Color

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

This div border color is #dc065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc065c


Comments

No comments written yet.

Please login to write comment.