Color Hex Logo

#dc014d Color Hex

#DC014D
(220,1,77)
0 Favorites   0 Comments

Color spaces of #dc014d

RGB 220177
HSL0.940.990.43
HSV339°100°86°
CMYK 0.001.000.65   0.14
XYZ30.865615.77328.4389
Yxy15.77320.56040.2864
Hunter Lab39.715569.222415.2027
CIE-Lab46.675573.522622.7895

#dc014d color RGB value is (220,1,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 01001101
Octal 334 1 115
Decimal 220 1 77
Hex DC 1 4D

RGB Percentages of Color #dc014d

%73.83
%0.34
%25.84

CMYK Percentages of Color #dc014d

%0
%100
%65
%14

Triadic Colors of #dc014d

#dc014d #4ddc01 #014ddc

Analogous Colors of #dc014d

#dc014d #dc2201 #dc01bb

Monochromatic Colors of #dc014d

#dc014d

Complementary Color

#dc014d #01dc90

#dc014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc014d Color CSS Codes

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

#dc014d Text Font Color

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

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


#dc014d Background Color

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

This div background color is #dc014d


#dc014d Border Color

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

This div border color is #dc014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc014d


Comments

No comments written yet.

Please login to write comment.