Color Hex Logo

#dd456f Color Hex

#DD456F
(221,69,111)
0 Favorites   0 Comments

Color spaces of #dd456f

RGB 22169111
HSL0.950.690.57
HSV343°69°87°
CMYK 0.000.690.50   0.13
XYZ34.816220.776117.2141
Yxy20.77610.47820.2854
Hunter Lab45.580856.57819.5150
CIE-Lab52.703661.617810.3099

#dd456f color RGB value is (221,69,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 01101111
Octal 335 105 157
Decimal 221 69 111
Hex DD 45 6F

RGB Percentages of Color #dd456f

%55.11
%17.21
%27.68

CMYK Percentages of Color #dd456f

%0
%69
%50
%13

Triadic Colors of #dd456f

#dd456f #6fdd45 #456fdd

Analogous Colors of #dd456f

#dd456f #dd6745 #dd45bb

Monochromatic Colors of #dd456f

#dd456f

Complementary Color

#dd456f #45ddb3

#dd456f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd456f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd456f Color CSS Codes

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

#dd456f Text Font Color

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

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


#dd456f Background Color

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

This div background color is #dd456f


#dd456f Border Color

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

This div border color is #dd456f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd456f


Comments

No comments written yet.

Please login to write comment.