Color Hex Logo

#dc124d Color Hex

#DC124D
(220,18,77)
0 Favorites   0 Comments

Color spaces of #dc124d

RGB 2201877
HSL0.950.850.47
HSV342°92°86°
CMYK 0.000.920.65   0.14
XYZ31.071116.18418.5074
Yxy16.18410.55720.2902
Hunter Lab40.229567.462315.6225
CIE-Lab47.215171.957823.4897

#dc124d color RGB value is (220,18,77).

#dc124d hex color red value is 220, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dc124d hue: 0.95 , saturation: 0.85 and the lightness value of dc124d is 0.47.

The process color (four color CMYK) of #dc124d color hex is 0.00, 0.92, 0.65, 0.14. Web safe color of #dc124d is #cc0066. Color #dc124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 01001101
Octal 334 22 115
Decimal 220 18 77
Hex DC 12 4D

RGB Percentages of Color #dc124d

%69.84
%5.71
%24.44

CMYK Percentages of Color #dc124d

%0
%92
%65
%14

Triadic Colors of #dc124d

#dc124d #4ddc12 #124ddc

Analogous Colors of #dc124d

#dc124d #dc3c12 #dc12b2

Monochromatic Colors of #dc124d

#dc124d

Complementary Color

#dc124d #12dca1

#dc124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc124d Color CSS Codes

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

#dc124d Text Font Color

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

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


#dc124d Background Color

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

This div background color is #dc124d


#dc124d Border Color

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

This div border color is #dc124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc124d


Comments

No comments written yet.

Please login to write comment.