Color Hex Logo

#d444aa Color Hex

#D444AA
(212,68,170)
0 Favorites   0 Comments

Color spaces of #d444aa

RGB 21268170
HSL0.880.630.55
HSV318°68°83°
CMYK 0.000.680.20   0.17
XYZ36.474221.033640.1677
Yxy21.03360.37340.2153
Hunter Lab45.862461.7012-19.8243
CIE-Lab52.986265.9904-24.4978

#d444aa color RGB value is (212,68,170).

#d444aa hex color red value is 212, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d444aa hue: 0.88 , saturation: 0.63 and the lightness value of d444aa is 0.55.

The process color (four color CMYK) of #d444aa color hex is 0.00, 0.68, 0.20, 0.17. Web safe color of #d444aa is #cc3399. Color #d444aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 10101010
Octal 324 104 252
Decimal 212 68 170
Hex D4 44 AA

RGB Percentages of Color #d444aa

%47.11
%15.11
%37.78

CMYK Percentages of Color #d444aa

%0
%68
%20
%17

Triadic Colors of #d444aa

#d444aa #aad444 #44aad4

Analogous Colors of #d444aa

#d444aa #d44462 #b644d4

Monochromatic Colors of #d444aa

#d444aa

Complementary Color

#d444aa #44d46e

#d444aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d444aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d444aa Color CSS Codes

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

#d444aa Text Font Color

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

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


#d444aa Background Color

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

This div background color is #d444aa


#d444aa Border Color

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

This div border color is #d444aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d444aa


Comments

No comments written yet.

Please login to write comment.