Color Hex Logo

#dd1046 Color Hex

#DD1046
(221,16,70)
0 Favorites   0 Comments

Color spaces of #dd1046

RGB 2211670
HSL0.960.860.46
HSV344°93°87°
CMYK 0.000.930.68   0.13
XYZ31.109616.18497.2787
Yxy16.18490.57010.2966
Hunter Lab40.230567.628017.4343
CIE-Lab47.216172.095527.8235

#dd1046 color RGB value is (221,16,70).

#dd1046 hex color red value is 221, green value is 16 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dd1046 hue: 0.96 , saturation: 0.86 and the lightness value of dd1046 is 0.46.

The process color (four color CMYK) of #dd1046 color hex is 0.00, 0.93, 0.68, 0.13. Web safe color of #dd1046 is #cc0033. Color #dd1046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010000 01000110
Octal 335 20 106
Decimal 221 16 70
Hex DD 10 46

RGB Percentages of Color #dd1046

%71.99
%5.21
%22.80

CMYK Percentages of Color #dd1046

%0
%93
%68
%13

Triadic Colors of #dd1046

#dd1046 #46dd10 #1046dd

Analogous Colors of #dd1046

#dd1046 #dd4110 #dd10ad

Monochromatic Colors of #dd1046

#dd1046

Complementary Color

#dd1046 #10dda7

#dd1046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1046 Color CSS Codes

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

#dd1046 Text Font Color

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

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


#dd1046 Background Color

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

This div background color is #dd1046


#dd1046 Border Color

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

This div border color is #dd1046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,16,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd1046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd1046;
  -webkit-box-shadow: 1px 1px 3px 2px #dd1046;
  box-shadow:         1px 1px 3px 2px #dd1046; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,16,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1046


Comments

No comments written yet.

Please login to write comment.