Color Hex Logo

#dc464d Color Hex

#DC464D
(220,70,77)
0 Favorites   0 Comments

Color spaces of #dc464d

RGB 2207077
HSL0.990.680.57
HSV357°68°86°
CMYK 0.000.680.65   0.14
XYZ33.044920.13189.1653
Yxy20.13180.53010.3229
Hunter Lab44.868552.942519.2967
CIE-Lab51.985958.538329.5657

#dc464d color RGB value is (220,70,77).

#dc464d hex color red value is 220, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dc464d hue: 0.99 , saturation: 0.68 and the lightness value of dc464d is 0.57.

The process color (four color CMYK) of #dc464d color hex is 0.00, 0.68, 0.65, 0.14. Web safe color of #dc464d is #cc3366. Color #dc464d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 01001101
Octal 334 106 115
Decimal 220 70 77
Hex DC 46 4D

RGB Percentages of Color #dc464d

%59.95
%19.07
%20.98

CMYK Percentages of Color #dc464d

%0
%68
%65
%14

Triadic Colors of #dc464d

#dc464d #4ddc46 #464ddc

Analogous Colors of #dc464d

#dc464d #dc8a46 #dc4698

Monochromatic Colors of #dc464d

#dc464d

Complementary Color

#dc464d #46dcd5

#dc464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc464d Color CSS Codes

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

#dc464d Text Font Color

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

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


#dc464d Background Color

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

This div background color is #dc464d


#dc464d Border Color

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

This div border color is #dc464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc464d


Comments

No comments written yet.

Please login to write comment.