Color Hex Logo

#dd505f Color Hex

#DD505F
(221,80,95)
0 Favorites   0 Comments

Color spaces of #dd505f

RGB 2218095
HSL0.980.670.59
HSV354°64°87°
CMYK 0.000.640.57   0.13
XYZ34.753021.935713.2288
Yxy21.93570.49710.3137
Hunter Lab46.835650.488616.0383
CIE-Lab53.958755.991121.5619

#dd505f color RGB value is (221,80,95).

#dd505f hex color red value is 221, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd505f hue: 0.98 , saturation: 0.67 and the lightness value of dd505f is 0.59.

The process color (four color CMYK) of #dd505f color hex is 0.00, 0.64, 0.57, 0.13. Web safe color of #dd505f is #cc6666. Color #dd505f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 01011111
Octal 335 120 137
Decimal 221 80 95
Hex DD 50 5F

RGB Percentages of Color #dd505f

%55.81
%20.20
%23.99

CMYK Percentages of Color #dd505f

%0
%64
%57
%13

Triadic Colors of #dd505f

#dd505f #5fdd50 #505fdd

Analogous Colors of #dd505f

#dd505f #dd8850 #dd50a6

Monochromatic Colors of #dd505f

#dd505f

Complementary Color

#dd505f #50ddce

#dd505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd505f Color CSS Codes

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

#dd505f Text Font Color

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

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


#dd505f Background Color

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

This div background color is #dd505f


#dd505f Border Color

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

This div border color is #dd505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd505f

#dd505f Color Palettes


Comments

No comments written yet.

Please login to write comment.