Color Hex Logo

#d642aa Color Hex

#D642AA
(214,66,170)
0 Favorites   0 Comments

Color spaces of #d642aa

RGB 21466170
HSL0.880.640.55
HSV318°69°84°
CMYK 0.000.690.21   0.16
XYZ36.935521.094940.1552
Yxy21.09490.37620.2148
Hunter Lab45.929263.1707-19.6859
CIE-Lab53.053267.2272-24.3674

#d642aa color RGB value is (214,66,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000010 10101010
Octal 326 102 252
Decimal 214 66 170
Hex D6 42 AA

RGB Percentages of Color #d642aa

%47.56
%14.67
%37.78

CMYK Percentages of Color #d642aa

%0
%69
%21
%16

Triadic Colors of #d642aa

#d642aa #aad642 #42aad6

Analogous Colors of #d642aa

#d642aa #d64260 #b842d6

Monochromatic Colors of #d642aa

#d642aa

Complementary Color

#d642aa #42d66e

#d642aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d642aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d642aa Color CSS Codes

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

#d642aa Text Font Color

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

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


#d642aa Background Color

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

This div background color is #d642aa


#d642aa Border Color

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

This div border color is #d642aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d642aa


Comments

No comments written yet.

Please login to write comment.