Color Hex Logo

#dd4482 Color Hex

#DD4482
(221,68,130)
0 Favorites   0 Comments

Color spaces of #dd4482

RGB 22168130
HSL0.930.690.57
HSV336°69°87°
CMYK 0.000.690.41   0.13
XYZ35.915221.118123.3024
Yxy21.11810.44710.2629
Hunter Lab45.954459.08452.1036
CIE-Lab53.078563.7270-0.5301

#dd4482 color RGB value is (221,68,130).

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

The process color (four color CMYK) of #dd4482 color hex is 0.00, 0.69, 0.41, 0.13. Web safe color of #dd4482 is #cc3399. Color #dd4482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 10000010
Octal 335 104 202
Decimal 221 68 130
Hex DD 44 82

RGB Percentages of Color #dd4482

%52.74
%16.23
%31.03

CMYK Percentages of Color #dd4482

%0
%69
%41
%13

Triadic Colors of #dd4482

#dd4482 #82dd44 #4482dd

Analogous Colors of #dd4482

#dd4482 #dd5344 #dd44cf

Monochromatic Colors of #dd4482

#dd4482

Complementary Color

#dd4482 #44dd9f

#dd4482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4482 Color CSS Codes

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

#dd4482 Text Font Color

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

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


#dd4482 Background Color

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

This div background color is #dd4482


#dd4482 Border Color

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

This div border color is #dd4482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4482


Comments

No comments written yet.

Please login to write comment.