Color Hex Logo

#dd52af Color Hex

#DD52AF
(221,82,175)
0 Favorites   0 Comments

Color spaces of #dd52af

RGB 22182175
HSL0.890.670.59
HSV320°63°87°
CMYK 0.000.630.21   0.13
XYZ40.574024.501943.1483
Yxy24.50190.37490.2264
Hunter Lab49.499459.6902-17.0331
CIE-Lab56.586863.6039-21.7535

#dd52af color RGB value is (221,82,175).

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

The process color (four color CMYK) of #dd52af color hex is 0.00, 0.63, 0.21, 0.13. Web safe color of #dd52af is #cc6699. Color #dd52af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 10101111
Octal 335 122 257
Decimal 221 82 175
Hex DD 52 AF

RGB Percentages of Color #dd52af

%46.23
%17.15
%36.61

CMYK Percentages of Color #dd52af

%0
%63
%21
%13

Triadic Colors of #dd52af

#dd52af #afdd52 #52afdd

Analogous Colors of #dd52af

#dd52af #dd526a #c652dd

Monochromatic Colors of #dd52af

#dd52af

Complementary Color

#dd52af #52dd80

#dd52af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd52af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd52af Color CSS Codes

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

#dd52af Text Font Color

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

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


#dd52af Background Color

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

This div background color is #dd52af


#dd52af Border Color

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

This div border color is #dd52af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd52af


Comments

No comments written yet.

Please login to write comment.