Color Hex Logo

#d644aa Color Hex

#D644AA
(214,68,170)
0 Favorites   0 Comments

Color spaces of #d644aa

RGB 21468170
HSL0.880.640.55
HSV318°68°84°
CMYK 0.000.680.21   0.16
XYZ37.054421.332740.1948
Yxy21.33270.37590.2164
Hunter Lab46.187362.3761-19.2663
CIE-Lab53.311766.5041-23.9689

#d644aa color RGB value is (214,68,170).

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

The process color (four color CMYK) of #d644aa color hex is 0.00, 0.68, 0.21, 0.16. Web safe color of #d644aa is #cc3399. Color #d644aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000100 10101010
Octal 326 104 252
Decimal 214 68 170
Hex D6 44 AA

RGB Percentages of Color #d644aa

%47.35
%15.04
%37.61

CMYK Percentages of Color #d644aa

%0
%68
%21
%16

Triadic Colors of #d644aa

#d644aa #aad644 #44aad6

Analogous Colors of #d644aa

#d644aa #d64461 #b944d6

Monochromatic Colors of #d644aa

#d644aa

Complementary Color

#d644aa #44d670

#d644aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d644aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d644aa Color CSS Codes

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

#d644aa Text Font Color

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

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


#d644aa Background Color

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

This div background color is #d644aa


#d644aa Border Color

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

This div border color is #d644aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d644aa


Comments

No comments written yet.

Please login to write comment.