Color Hex Logo

#dd28aa Color Hex

#DD28AA
(221,40,170)
0 Favorites   0 Comments

Color spaces of #dd28aa

RGB 22140170
HSL0.880.730.51
HSV317°82°87°
CMYK 0.000.820.23   0.13
XYZ37.833319.792039.8564
Yxy19.79200.38810.2030
Hunter Lab44.488273.9442-21.9754
CIE-Lab51.601276.4184-26.5142

#dd28aa color RGB value is (221,40,170).

#dd28aa hex color red value is 221, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd28aa hue: 0.88 , saturation: 0.73 and the lightness value of dd28aa is 0.51.

The process color (four color CMYK) of #dd28aa color hex is 0.00, 0.82, 0.23, 0.13. Web safe color of #dd28aa is #cc3399. Color #dd28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 10101010
Octal 335 50 252
Decimal 221 40 170
Hex DD 28 AA

RGB Percentages of Color #dd28aa

%51.28
%9.28
%39.44

CMYK Percentages of Color #dd28aa

%0
%82
%23
%13

Triadic Colors of #dd28aa

#dd28aa #aadd28 #28aadd

Analogous Colors of #dd28aa

#dd28aa #dd284f #b628dd

Monochromatic Colors of #dd28aa

#dd28aa

Complementary Color

#dd28aa #28dd5b

#dd28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd28aa Color CSS Codes

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

#dd28aa Text Font Color

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

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


#dd28aa Background Color

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

This div background color is #dd28aa


#dd28aa Border Color

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

This div border color is #dd28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd28aa


Comments

No comments written yet.

Please login to write comment.