Color Hex Logo

#dc414d Color Hex

#DC414D
(220,65,77)
0 Favorites   0 Comments

Color spaces of #dc414d

RGB 2206577
HSL0.990.690.56
HSV355°70°86°
CMYK 0.000.700.65   0.14
XYZ32.745119.53219.0654
Yxy19.53210.53380.3184
Hunter Lab44.195154.912918.7749
CIE-Lab51.304060.411028.7096

#dc414d color RGB value is (220,65,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 01001101
Octal 334 101 115
Decimal 220 65 77
Hex DC 41 4D

RGB Percentages of Color #dc414d

%60.77
%17.96
%21.27

CMYK Percentages of Color #dc414d

%0
%70
%65
%14

Triadic Colors of #dc414d

#dc414d #4ddc41 #414ddc

Analogous Colors of #dc414d

#dc414d #dc8341 #dc419b

Monochromatic Colors of #dc414d

#dc414d

Complementary Color

#dc414d #41dcd0

#dc414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc414d Color CSS Codes

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

#dc414d Text Font Color

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

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


#dc414d Background Color

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

This div background color is #dc414d


#dc414d Border Color

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

This div border color is #dc414d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,65,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 #dc414d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc414d


Comments

No comments written yet.

Please login to write comment.