Color Hex Logo

#dd527c Color Hex

#DD527C
(221,82,124)
0 Favorites   0 Comments

Color spaces of #dd527c

RGB 22182124
HSL0.950.670.59
HSV342°63°87°
CMYK 0.000.630.44   0.13
XYZ36.474222.862021.5592
Yxy22.86200.45090.2826
Hunter Lab47.814252.49056.7364
CIE-Lab54.929957.61265.7228

#dd527c color RGB value is (221,82,124).

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

The process color (four color CMYK) of #dd527c color hex is 0.00, 0.63, 0.44, 0.13. Web safe color of #dd527c is #cc6666. Color #dd527c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 01111100
Octal 335 122 174
Decimal 221 82 124
Hex DD 52 7C

RGB Percentages of Color #dd527c

%51.76
%19.20
%29.04

CMYK Percentages of Color #dd527c

%0
%63
%44
%13

Triadic Colors of #dd527c

#dd527c #7cdd52 #527cdd

Analogous Colors of #dd527c

#dd527c #dd6e52 #dd52c2

Monochromatic Colors of #dd527c

#dd527c

Complementary Color

#dd527c #52ddb3

#dd527c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd527c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd527c Color CSS Codes

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

#dd527c Text Font Color

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

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


#dd527c Background Color

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

This div background color is #dd527c


#dd527c Border Color

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

This div border color is #dd527c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd527c


Comments

No comments written yet.

Please login to write comment.