Color Hex Logo

#dd296b Color Hex

#DD296B
(221,41,107)
0 Favorites   0 Comments

Color spaces of #dd296b

RGB 22141107
HSL0.940.730.51
HSV338°81°87°
CMYK 0.000.810.52   0.13
XYZ33.265618.019615.6348
Yxy18.01960.49710.2693
Hunter Lab42.449565.59517.8772
CIE-Lab49.519969.94878.2346

#dd296b color RGB value is (221,41,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 01101011
Octal 335 51 153
Decimal 221 41 107
Hex DD 29 6B

RGB Percentages of Color #dd296b

%59.89
%11.11
%29.00

CMYK Percentages of Color #dd296b

%0
%81
%52
%13

Triadic Colors of #dd296b

#dd296b #6bdd29 #296bdd

Analogous Colors of #dd296b

#dd296b #dd4129 #dd29c5

Monochromatic Colors of #dd296b

#dd296b

Complementary Color

#dd296b #29dd9b

#dd296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd296b Color CSS Codes

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

#dd296b Text Font Color

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

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


#dd296b Background Color

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

This div background color is #dd296b


#dd296b Border Color

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

This div border color is #dd296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd296b


Comments

No comments written yet.

Please login to write comment.