Color Hex Logo

#dd506e Color Hex

#DD506E
(221,80,110)
0 Favorites   0 Comments

Color spaces of #dd506e

RGB 22180110
HSL0.960.670.59
HSV347°64°87°
CMYK 0.000.640.50   0.13
XYZ35.501922.235317.1725
Yxy22.23530.47390.2968
Hunter Lab47.154351.870411.4160
CIE-Lab54.275857.174413.1077

#dd506e color RGB value is (221,80,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 01101110
Octal 335 120 156
Decimal 221 80 110
Hex DD 50 6E

RGB Percentages of Color #dd506e

%53.77
%19.46
%26.76

CMYK Percentages of Color #dd506e

%0
%64
%50
%13

Triadic Colors of #dd506e

#dd506e #6edd50 #506edd

Analogous Colors of #dd506e

#dd506e #dd7950 #dd50b5

Monochromatic Colors of #dd506e

#dd506e

Complementary Color

#dd506e #50ddbf

#dd506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd506e Color CSS Codes

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

#dd506e Text Font Color

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

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


#dd506e Background Color

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

This div background color is #dd506e


#dd506e Border Color

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

This div border color is #dd506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd506e


Comments

No comments written yet.

Please login to write comment.