Color Hex Logo

#dc4d4b Color Hex

#DC4D4B
(220,77,75)
0 Favorites   0 Comments

Color spaces of #dc4d4b

RGB 2207775
HSL0.000.670.58
HSV66°86°
CMYK 0.000.650.66   0.14
XYZ33.439121.03148.9536
Yxy21.03140.52720.3316
Hunter Lab45.860049.899320.5264
CIE-Lab52.983855.629331.9664

#dc4d4b color RGB value is (220,77,75).

#dc4d4b hex color red value is 220, green value is 77 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc4d4b hue: 0.00 , saturation: 0.67 and the lightness value of dc4d4b is 0.58.

The process color (four color CMYK) of #dc4d4b color hex is 0.00, 0.65, 0.66, 0.14. Web safe color of #dc4d4b is #cc6633. Color #dc4d4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001101 01001011
Octal 334 115 113
Decimal 220 77 75
Hex DC 4D 4B

RGB Percentages of Color #dc4d4b

%59.14
%20.70
%20.16

CMYK Percentages of Color #dc4d4b

%0
%65
%66
%14

Triadic Colors of #dc4d4b

#dc4d4b #4bdc4d #4d4bdc

Analogous Colors of #dc4d4b

#dc4d4b #dc964b #dc4b92

Monochromatic Colors of #dc4d4b

#dc4d4b

Complementary Color

#dc4d4b #4bdadc

#dc4d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4d4b Color CSS Codes

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

#dc4d4b Text Font Color

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

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


#dc4d4b Background Color

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

This div background color is #dc4d4b


#dc4d4b Border Color

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

This div border color is #dc4d4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4d4b


Comments

No comments written yet.

Please login to write comment.