Color Hex Logo

#dd434c Color Hex

#DD434C
(221,67,76)
0 Favorites   0 Comments

Color spaces of #dd434c

RGB 2216776
HSL0.990.690.56
HSV356°70°87°
CMYK 0.000.700.66   0.13
XYZ33.130519.90838.9340
Yxy19.90830.53460.3212
Hunter Lab44.618754.457919.3615
CIE-Lab51.733459.930129.8739

#dd434c color RGB value is (221,67,76).

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

The process color (four color CMYK) of #dd434c color hex is 0.00, 0.70, 0.66, 0.13. Web safe color of #dd434c is #cc3333. Color #dd434c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 01001100
Octal 335 103 114
Decimal 221 67 76
Hex DD 43 4C

RGB Percentages of Color #dd434c

%60.71
%18.41
%20.88

CMYK Percentages of Color #dd434c

%0
%70
%66
%13

Triadic Colors of #dd434c

#dd434c #4cdd43 #434cdd

Analogous Colors of #dd434c

#dd434c #dd8743 #dd4399

Monochromatic Colors of #dd434c

#dd434c

Complementary Color

#dd434c #43ddd4

#dd434c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd434c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd434c Color CSS Codes

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

#dd434c Text Font Color

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

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


#dd434c Background Color

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

This div background color is #dd434c


#dd434c Border Color

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

This div border color is #dd434c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd434c


Comments

No comments written yet.

Please login to write comment.