Color Hex Logo

#dd51ac Color Hex

#DD51AC
(221,81,172)
0 Favorites   0 Comments

Color spaces of #dd51ac

RGB 22181172
HSL0.890.670.59
HSV321°63°87°
CMYK 0.000.630.22   0.13
XYZ40.207624.235641.5885
Yxy24.23560.37920.2286
Hunter Lab49.229759.6353-15.6266
CIE-Lab56.322963.6048-20.4166

#dd51ac color RGB value is (221,81,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 10101100
Octal 335 121 254
Decimal 221 81 172
Hex DD 51 AC

RGB Percentages of Color #dd51ac

%46.62
%17.09
%36.29

CMYK Percentages of Color #dd51ac

%0
%63
%22
%13

Triadic Colors of #dd51ac

#dd51ac #acdd51 #51acdd

Analogous Colors of #dd51ac

#dd51ac #dd5166 #c851dd

Monochromatic Colors of #dd51ac

#dd51ac

Complementary Color

#dd51ac #51dd82

#dd51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd51ac Color CSS Codes

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

#dd51ac Text Font Color

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

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


#dd51ac Background Color

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

This div background color is #dd51ac


#dd51ac Border Color

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

This div border color is #dd51ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd51ac


Comments

No comments written yet.

Please login to write comment.