Color Hex Logo

#dd4aa7 Color Hex

#DD4AA7
(221,74,167)
0 Favorites   0 Comments

Color spaces of #dd4aa7

RGB 22174167
HSL0.890.680.58
HSV322°67°87°
CMYK 0.000.670.24   0.13
XYZ39.242623.059738.9419
Yxy23.05970.38760.2278
Hunter Lab48.020561.8352-14.4664
CIE-Lab55.133865.7033-19.3209

#dd4aa7 color RGB value is (221,74,167).

#dd4aa7 hex color red value is 221, green value is 74 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dd4aa7 hue: 0.89 , saturation: 0.68 and the lightness value of dd4aa7 is 0.58.

The process color (four color CMYK) of #dd4aa7 color hex is 0.00, 0.67, 0.24, 0.13. Web safe color of #dd4aa7 is #cc3399. Color #dd4aa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001010 10100111
Octal 335 112 247
Decimal 221 74 167
Hex DD 4A A7

RGB Percentages of Color #dd4aa7

%47.84
%16.02
%36.15

CMYK Percentages of Color #dd4aa7

%0
%67
%24
%13

Triadic Colors of #dd4aa7

#dd4aa7 #a7dd4a #4aa7dd

Analogous Colors of #dd4aa7

#dd4aa7 #dd4a5e #ca4add

Monochromatic Colors of #dd4aa7

#dd4aa7

Complementary Color

#dd4aa7 #4add80

#dd4aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4aa7 Color CSS Codes

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

#dd4aa7 Text Font Color

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

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


#dd4aa7 Background Color

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

This div background color is #dd4aa7


#dd4aa7 Border Color

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

This div border color is #dd4aa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4aa7


Comments

No comments written yet.

Please login to write comment.