Color Hex Logo

#dd297c Color Hex

#DD297C
(221,41,124)
0 Favorites   0 Comments

Color spaces of #dd297c

RGB 22141124
HSL0.920.730.51
HSV332°81°87°
CMYK 0.000.810.44   0.13
XYZ34.249818.413320.8177
Yxy18.41330.46610.2506
Hunter Lab42.910767.37851.2736
CIE-Lab49.993671.3480-1.4361

#dd297c color RGB value is (221,41,124).

#dd297c hex color red value is 221, green value is 41 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dd297c hue: 0.92 , saturation: 0.73 and the lightness value of dd297c is 0.51.

The process color (four color CMYK) of #dd297c color hex is 0.00, 0.81, 0.44, 0.13. Web safe color of #dd297c is #cc3366. Color #dd297c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 01111100
Octal 335 51 174
Decimal 221 41 124
Hex DD 29 7C

RGB Percentages of Color #dd297c

%57.25
%10.62
%32.12

CMYK Percentages of Color #dd297c

%0
%81
%44
%13

Triadic Colors of #dd297c

#dd297c #7cdd29 #297cdd

Analogous Colors of #dd297c

#dd297c #dd3029 #dd29d6

Monochromatic Colors of #dd297c

#dd297c

Complementary Color

#dd297c #29dd8a

#dd297c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd297c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd297c Color CSS Codes

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

#dd297c Text Font Color

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

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


#dd297c Background Color

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

This div background color is #dd297c


#dd297c Border Color

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

This div border color is #dd297c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd297c


Comments

No comments written yet.

Please login to write comment.