Color Hex Logo

#dd294a Color Hex

#DD294A
(221,41,74)
0 Favorites   0 Comments

Color spaces of #dd294a

RGB 2214174
HSL0.970.730.51
HSV349°81°87°
CMYK 0.000.810.67   0.13
XYZ31.847817.45248.1687
Yxy17.45240.55420.3037
Hunter Lab41.776162.970617.6500
CIE-Lab48.825167.864727.4156

#dd294a color RGB value is (221,41,74).

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

The process color (four color CMYK) of #dd294a color hex is 0.00, 0.81, 0.67, 0.13. Web safe color of #dd294a is #cc3333. Color #dd294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 01001010
Octal 335 51 112
Decimal 221 41 74
Hex DD 29 4A

RGB Percentages of Color #dd294a

%65.77
%12.20
%22.02

CMYK Percentages of Color #dd294a

%0
%81
%67
%13

Triadic Colors of #dd294a

#dd294a #4add29 #294add

Analogous Colors of #dd294a

#dd294a #dd6229 #dd29a4

Monochromatic Colors of #dd294a

#dd294a

Complementary Color

#dd294a #29ddbc

#dd294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd294a Color CSS Codes

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

#dd294a Text Font Color

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

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


#dd294a Background Color

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

This div background color is #dd294a


#dd294a Border Color

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

This div border color is #dd294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd294a


Comments

No comments written yet.

Please login to write comment.