Color Hex Logo

#dd436e Color Hex

#DD436E
(221,67,110)
0 Favorites   0 Comments

Color spaces of #dd436e

RGB 22167110
HSL0.950.690.56
HSV343°70°87°
CMYK 0.000.700.50   0.13
XYZ34.640420.512316.8854
Yxy20.51230.48090.2847
Hunter Lab45.290557.26729.5986
CIE-Lab52.411662.273310.4991

#dd436e color RGB value is (221,67,110).

#dd436e hex color red value is 221, green value is 67 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd436e hue: 0.95 , saturation: 0.69 and the lightness value of dd436e is 0.56.

The process color (four color CMYK) of #dd436e color hex is 0.00, 0.70, 0.50, 0.13. Web safe color of #dd436e is #cc3366. Color #dd436e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 01101110
Octal 335 103 156
Decimal 221 67 110
Hex DD 43 6E

RGB Percentages of Color #dd436e

%55.53
%16.83
%27.64

CMYK Percentages of Color #dd436e

%0
%70
%50
%13

Triadic Colors of #dd436e

#dd436e #6edd43 #436edd

Analogous Colors of #dd436e

#dd436e #dd6543 #dd43bb

Monochromatic Colors of #dd436e

#dd436e

Complementary Color

#dd436e #43ddb2

#dd436e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd436e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd436e Color CSS Codes

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

#dd436e Text Font Color

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

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


#dd436e Background Color

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

This div background color is #dd436e


#dd436e Border Color

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

This div border color is #dd436e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd436e


Comments

No comments written yet.

Please login to write comment.