Color Hex Logo

#dd434b Color Hex

#DD434B
(221,67,75)
0 Favorites   0 Comments

Color spaces of #dd434b

RGB 2216775
HSL0.990.690.56
HSV357°70°87°
CMYK 0.000.700.66   0.13
XYZ33.095919.89458.7523
Yxy19.89450.53600.3222
Hunter Lab44.603354.392519.5881
CIE-Lab51.717759.875030.4401

#dd434b color RGB value is (221,67,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 01001011
Octal 335 103 113
Decimal 221 67 75
Hex DD 43 4B

RGB Percentages of Color #dd434b

%60.88
%18.46
%20.66

CMYK Percentages of Color #dd434b

%0
%70
%66
%13

Triadic Colors of #dd434b

#dd434b #4bdd43 #434bdd

Analogous Colors of #dd434b

#dd434b #dd8843 #dd4398

Monochromatic Colors of #dd434b

#dd434b

Complementary Color

#dd434b #43ddd5

#dd434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd434b Color CSS Codes

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

#dd434b Text Font Color

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

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


#dd434b Background Color

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

This div background color is #dd434b


#dd434b Border Color

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

This div border color is #dd434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd434b


Comments

No comments written yet.

Please login to write comment.