Color Hex Logo

#dd507f Color Hex

#DD507F
(221,80,127)
0 Favorites   0 Comments

Color spaces of #dd507f

RGB 22180127
HSL0.940.670.59
HSV340°64°87°
CMYK 0.000.640.43   0.13
XYZ36.518222.641822.5243
Yxy22.64180.44710.2772
Hunter Lab47.583453.72015.2426
CIE-Lab54.701458.74343.6148

#dd507f color RGB value is (221,80,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 01111111
Octal 335 120 177
Decimal 221 80 127
Hex DD 50 7F

RGB Percentages of Color #dd507f

%51.64
%18.69
%29.67

CMYK Percentages of Color #dd507f

%0
%64
%43
%13

Triadic Colors of #dd507f

#dd507f #7fdd50 #507fdd

Analogous Colors of #dd507f

#dd507f #dd6850 #dd50c6

Monochromatic Colors of #dd507f

#dd507f

Complementary Color

#dd507f #50ddae

#dd507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd507f Color CSS Codes

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

#dd507f Text Font Color

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

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


#dd507f Background Color

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

This div background color is #dd507f


#dd507f Border Color

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

This div border color is #dd507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd507f


Comments

No comments written yet.

Please login to write comment.