Color Hex Logo

#dd434a Color Hex

#DD434A
(221,67,74)
0 Favorites   0 Comments

Color spaces of #dd434a

RGB 2216774
HSL0.990.690.56
HSV357°70°87°
CMYK 0.000.700.67   0.13
XYZ33.062019.88098.5734
Yxy19.88090.53750.3232
Hunter Lab44.588054.328719.8113
CIE-Lab51.702359.821431.0057

#dd434a color RGB value is (221,67,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 01001010
Octal 335 103 112
Decimal 221 67 74
Hex DD 43 4A

RGB Percentages of Color #dd434a

%61.05
%18.51
%20.44

CMYK Percentages of Color #dd434a

%0
%70
%67
%13

Triadic Colors of #dd434a

#dd434a #4add43 #434add

Analogous Colors of #dd434a

#dd434a #dd8943 #dd4397

Monochromatic Colors of #dd434a

#dd434a

Complementary Color

#dd434a #43ddd6

#dd434a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd434a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd434a Color CSS Codes

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

#dd434a Text Font Color

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

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


#dd434a Background Color

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

This div background color is #dd434a


#dd434a Border Color

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

This div border color is #dd434a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd434a


Comments

No comments written yet.

Please login to write comment.