Color Hex Logo

#dd464f Color Hex

#DD464F
(221,70,79)
0 Favorites   0 Comments

Color spaces of #dd464f

RGB 2217079
HSL0.990.690.57
HSV356°68°87°
CMYK 0.000.680.64   0.13
XYZ33.420220.31709.5573
Yxy20.31700.52800.3210
Hunter Lab45.074453.467918.9806
CIE-Lab52.193758.968428.6918

#dd464f color RGB value is (221,70,79).

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

The process color (four color CMYK) of #dd464f color hex is 0.00, 0.68, 0.64, 0.13. Web safe color of #dd464f is #cc3366. Color #dd464f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 01001111
Octal 335 106 117
Decimal 221 70 79
Hex DD 46 4F

RGB Percentages of Color #dd464f

%59.73
%18.92
%21.35

CMYK Percentages of Color #dd464f

%0
%68
%64
%13

Triadic Colors of #dd464f

#dd464f #4fdd46 #464fdd

Analogous Colors of #dd464f

#dd464f #dd8946 #dd469b

Monochromatic Colors of #dd464f

#dd464f

Complementary Color

#dd464f #46ddd4

#dd464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd464f Color CSS Codes

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

#dd464f Text Font Color

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

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


#dd464f Background Color

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

This div background color is #dd464f


#dd464f Border Color

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

This div border color is #dd464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd464f


Comments

No comments written yet.

Please login to write comment.