Color Hex Logo

#dc1354 Color Hex

#DC1354
(220,19,84)
0 Favorites   0 Comments

Color spaces of #dc1354

RGB 2201984
HSL0.950.840.47
HSV341°91°86°
CMYK 0.000.910.62   0.14
XYZ31.348316.32159.8856
Yxy16.32150.54470.2836
Hunter Lab40.399967.807413.7720
CIE-Lab47.393572.210119.4092

#dc1354 color RGB value is (220,19,84).

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

The process color (four color CMYK) of #dc1354 color hex is 0.00, 0.91, 0.62, 0.14. Web safe color of #dc1354 is #cc0066. Color #dc1354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 01010100
Octal 334 23 124
Decimal 220 19 84
Hex DC 13 54

RGB Percentages of Color #dc1354

%68.11
%5.88
%26.01

CMYK Percentages of Color #dc1354

%0
%91
%62
%14

Triadic Colors of #dc1354

#dc1354 #54dc13 #1354dc

Analogous Colors of #dc1354

#dc1354 #dc3713 #dc13b9

Monochromatic Colors of #dc1354

#dc1354

Complementary Color

#dc1354 #13dc9b

#dc1354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1354 Color CSS Codes

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

#dc1354 Text Font Color

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

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


#dc1354 Background Color

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

This div background color is #dc1354


#dc1354 Border Color

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

This div border color is #dc1354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1354


Comments

No comments written yet.

Please login to write comment.