Color Hex Logo

#dd31aa Color Hex

#DD31AA
(221,49,170)
0 Favorites   0 Comments

Color spaces of #dd31aa

RGB 22149170
HSL0.880.720.53
HSV318°78°87°
CMYK 0.000.780.23   0.13
XYZ38.172820.471139.9696
Yxy20.47110.38710.2076
Hunter Lab45.245071.4201-20.7055
CIE-Lab52.365774.2201-25.3314

#dd31aa color RGB value is (221,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 10101010
Octal 335 61 252
Decimal 221 49 170
Hex DD 31 AA

RGB Percentages of Color #dd31aa

%50.23
%11.14
%38.64

CMYK Percentages of Color #dd31aa

%0
%78
%23
%13

Triadic Colors of #dd31aa

#dd31aa #aadd31 #31aadd

Analogous Colors of #dd31aa

#dd31aa #dd3154 #ba31dd

Monochromatic Colors of #dd31aa

#dd31aa

Complementary Color

#dd31aa #31dd64

#dd31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd31aa Color CSS Codes

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

#dd31aa Text Font Color

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

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


#dd31aa Background Color

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

This div background color is #dd31aa


#dd31aa Border Color

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

This div border color is #dd31aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,49,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 #dd31aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd31aa


Comments

No comments written yet.

Please login to write comment.