Color Hex Logo

#dd4060 Color Hex

#DD4060
(221,64,96)
0 Favorites   0 Comments

Color spaces of #dd4060

RGB 2216496
HSL0.970.700.56
HSV348°71°87°
CMYK 0.000.710.57   0.13
XYZ33.763519.883513.1247
Yxy19.88350.50570.2978
Hunter Lab44.590957.123113.7625
CIE-Lab51.705262.278317.9371

#dd4060 color RGB value is (221,64,96).

#dd4060 hex color red value is 221, green value is 64 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dd4060 hue: 0.97 , saturation: 0.70 and the lightness value of dd4060 is 0.56.

The process color (four color CMYK) of #dd4060 color hex is 0.00, 0.71, 0.57, 0.13. Web safe color of #dd4060 is #cc3366. Color #dd4060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 01100000
Octal 335 100 140
Decimal 221 64 96
Hex DD 40 60

RGB Percentages of Color #dd4060

%58.01
%16.80
%25.20

CMYK Percentages of Color #dd4060

%0
%71
%57
%13

Triadic Colors of #dd4060

#dd4060 #60dd40 #4060dd

Analogous Colors of #dd4060

#dd4060 #dd6f40 #dd40af

Monochromatic Colors of #dd4060

#dd4060

Complementary Color

#dd4060 #40ddbd

#dd4060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4060 Color CSS Codes

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

#dd4060 Text Font Color

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

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


#dd4060 Background Color

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

This div background color is #dd4060


#dd4060 Border Color

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

This div border color is #dd4060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4060


Comments

No comments written yet.

Please login to write comment.