Color Hex Logo

#dc063d Color Hex

#DC063D
(220,6,61)
0 Favorites   0 Comments

Color spaces of #dc063d

RGB 220661
HSL0.960.950.44
HSV345°97°86°
CMYK 0.000.970.72   0.14
XYZ30.422615.68285.8385
Yxy15.68280.58570.3019
Hunter Lab39.601567.824318.9799
CIE-Lab46.555672.387532.4360

#dc063d color RGB value is (220,6,61).

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

The process color (four color CMYK) of #dc063d color hex is 0.00, 0.97, 0.72, 0.14. Web safe color of #dc063d is #cc0033. Color #dc063d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000110 00111101
Octal 334 6 75
Decimal 220 6 61
Hex DC 6 3D

RGB Percentages of Color #dc063d

%76.66
%2.09
%21.25

CMYK Percentages of Color #dc063d

%0
%97
%72
%14

Triadic Colors of #dc063d

#dc063d #3ddc06 #063ddc

Analogous Colors of #dc063d

#dc063d #dc3a06 #dc06a8

Monochromatic Colors of #dc063d

#dc063d

Complementary Color

#dc063d #06dca5

#dc063d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc063d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc063d Color CSS Codes

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

#dc063d Text Font Color

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

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


#dc063d Background Color

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

This div background color is #dc063d


#dc063d Border Color

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

This div border color is #dc063d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc063d


Comments

No comments written yet.

Please login to write comment.