Color Hex Logo

#dd4660 Color Hex

#DD4660
(221,70,96)
0 Favorites   0 Comments

Color spaces of #dd4660

RGB 2217096
HSL0.970.690.57
HSV350°68°87°
CMYK 0.000.680.57   0.13
XYZ34.120320.597013.2436
Yxy20.59700.50210.3031
Hunter Lab45.383954.777114.4672
CIE-Lab52.505660.071519.0195

#dd4660 color RGB value is (221,70,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 01100000
Octal 335 106 140
Decimal 221 70 96
Hex DD 46 60

RGB Percentages of Color #dd4660

%57.11
%18.09
%24.81

CMYK Percentages of Color #dd4660

%0
%68
%57
%13

Triadic Colors of #dd4660

#dd4660 #60dd46 #4660dd

Analogous Colors of #dd4660

#dd4660 #dd7846 #dd46ac

Monochromatic Colors of #dd4660

#dd4660

Complementary Color

#dd4660 #46ddc3

#dd4660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4660 Color CSS Codes

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

#dd4660 Text Font Color

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

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


#dd4660 Background Color

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

This div background color is #dd4660


#dd4660 Border Color

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

This div border color is #dd4660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4660


Comments

No comments written yet.

Please login to write comment.