Color Hex Logo

#dd053f Color Hex

#DD053F
(221,5,63)
0 Favorites   0 Comments

Color spaces of #dd053f

RGB 221563
HSL0.960.960.44
HSV344°98°87°
CMYK 0.000.980.71   0.13
XYZ30.770315.83966.1382
Yxy15.83960.58330.3003
Hunter Lab39.799068.357718.7150
CIE-Lab46.763372.789931.5253

#dd053f color RGB value is (221,5,63).

#dd053f hex color red value is 221, green value is 5 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd053f hue: 0.96 , saturation: 0.96 and the lightness value of dd053f is 0.44.

The process color (four color CMYK) of #dd053f color hex is 0.00, 0.98, 0.71, 0.13. Web safe color of #dd053f is #cc0033. Color #dd053f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000101 00111111
Octal 335 5 77
Decimal 221 5 63
Hex DD 5 3F

RGB Percentages of Color #dd053f

%76.47
%1.73
%21.80

CMYK Percentages of Color #dd053f

%0
%98
%71
%13

Triadic Colors of #dd053f

#dd053f #3fdd05 #053fdd

Analogous Colors of #dd053f

#dd053f #dd3705 #dd05ab

Monochromatic Colors of #dd053f

#dd053f

Complementary Color

#dd053f #05dda3

#dd053f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd053f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd053f Color CSS Codes

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

#dd053f Text Font Color

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

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


#dd053f Background Color

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

This div background color is #dd053f


#dd053f Border Color

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

This div border color is #dd053f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd053f


Comments

No comments written yet.

Please login to write comment.