Color Hex Logo

#dc124e Color Hex

#DC124E
(220,18,78)
0 Favorites   0 Comments

Color spaces of #dc124e

RGB 2201878
HSL0.950.850.47
HSV342°92°86°
CMYK 0.000.920.65   0.14
XYZ31.106716.19838.6948
Yxy16.19830.55550.2893
Hunter Lab40.247167.528915.3642
CIE-Lab47.233672.009622.8983

#dc124e color RGB value is (220,18,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 01001110
Octal 334 22 116
Decimal 220 18 78
Hex DC 12 4E

RGB Percentages of Color #dc124e

%69.62
%5.70
%24.68

CMYK Percentages of Color #dc124e

%0
%92
%65
%14

Triadic Colors of #dc124e

#dc124e #4edc12 #124edc

Analogous Colors of #dc124e

#dc124e #dc3b12 #dc12b3

Monochromatic Colors of #dc124e

#dc124e

Complementary Color

#dc124e #12dca0

#dc124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc124e Color CSS Codes

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

#dc124e Text Font Color

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

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


#dc124e Background Color

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

This div background color is #dc124e


#dc124e Border Color

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

This div border color is #dc124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc124e


Comments

No comments written yet.

Please login to write comment.