Color Hex Logo

#dd43aa Color Hex

#DD43AA
(221,67,170)
0 Favorites   0 Comments

Color spaces of #dd43aa

RGB 22167170
HSL0.890.690.56
HSV320°70°87°
CMYK 0.000.700.23   0.13
XYZ39.081622.288740.2725
Yxy22.28870.38450.2193
Hunter Lab47.210965.1448-17.5287
CIE-Lab54.332068.6494-22.3022

#dd43aa color RGB value is (221,67,170).

#dd43aa hex color red value is 221, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd43aa hue: 0.89 , saturation: 0.69 and the lightness value of dd43aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10101010
Octal 335 103 252
Decimal 221 67 170
Hex DD 43 AA

RGB Percentages of Color #dd43aa

%48.25
%14.63
%37.12

CMYK Percentages of Color #dd43aa

%0
%70
%23
%13

Triadic Colors of #dd43aa

#dd43aa #aadd43 #43aadd

Analogous Colors of #dd43aa

#dd43aa #dd435d #c343dd

Monochromatic Colors of #dd43aa

#dd43aa

Complementary Color

#dd43aa #43dd76

#dd43aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd43aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd43aa Color CSS Codes

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

#dd43aa Text Font Color

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

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


#dd43aa Background Color

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

This div background color is #dd43aa


#dd43aa Border Color

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

This div border color is #dd43aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd43aa


Comments

No comments written yet.

Please login to write comment.