Color Hex Logo

#dd436b Color Hex

#DD436B
(221,67,107)
0 Favorites   0 Comments

Color spaces of #dd436b

RGB 22167107
HSL0.960.690.56
HSV344°70°87°
CMYK 0.000.700.52   0.13
XYZ34.479820.448016.0395
Yxy20.44800.48590.2881
Hunter Lab45.219556.972010.6233
CIE-Lab52.340062.029012.2009

#dd436b color RGB value is (221,67,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 01101011
Octal 335 103 153
Decimal 221 67 107
Hex DD 43 6B

RGB Percentages of Color #dd436b

%55.95
%16.96
%27.09

CMYK Percentages of Color #dd436b

%0
%70
%52
%13

Triadic Colors of #dd436b

#dd436b #6bdd43 #436bdd

Analogous Colors of #dd436b

#dd436b #dd6843 #dd43b8

Monochromatic Colors of #dd436b

#dd436b

Complementary Color

#dd436b #43ddb5

#dd436b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd436b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd436b Color CSS Codes

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

#dd436b Text Font Color

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

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


#dd436b Background Color

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

This div background color is #dd436b


#dd436b Border Color

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

This div border color is #dd436b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,67,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 #dd436b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd436b


Comments

No comments written yet.

Please login to write comment.