Color Hex Logo

#dd4466 Color Hex

#DD4466
(221,68,102)
1 Favorites   0 Comments

Color spaces of #dd4466

RGB 22168102
HSL0.960.690.57
HSV347°69°87°
CMYK 0.000.690.54   0.13
XYZ34.284220.465714.7137
Yxy20.46570.49360.2946
Hunter Lab45.239056.107112.3836
CIE-Lab52.359761.268415.2293

#dd4466 color RGB value is (221,68,102).

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

The process color (four color CMYK) of #dd4466 color hex is 0.00, 0.69, 0.54, 0.13. Web safe color of #dd4466 is #cc3366. Color #dd4466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 01100110
Octal 335 104 146
Decimal 221 68 102
Hex DD 44 66

RGB Percentages of Color #dd4466

%56.52
%17.39
%26.09

CMYK Percentages of Color #dd4466

%0
%69
%54
%13

Triadic Colors of #dd4466

#dd4466 #66dd44 #4466dd

Analogous Colors of #dd4466

#dd4466 #dd6f44 #dd44b3

Monochromatic Colors of #dd4466

#dd4466

Complementary Color

#dd4466 #44ddbb

#dd4466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4466 Color CSS Codes

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

#dd4466 Text Font Color

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

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


#dd4466 Background Color

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

This div background color is #dd4466


#dd4466 Border Color

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

This div border color is #dd4466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4466


Comments

No comments written yet.

Please login to write comment.