Color Hex Logo

#d647aa Color Hex

#D647AA
(214,71,170)
0 Favorites   0 Comments

Color spaces of #d647aa

RGB 21471170
HSL0.880.640.56
HSV318°67°84°
CMYK 0.000.670.21   0.16
XYZ37.240521.704940.2569
Yxy21.70490.37540.2188
Hunter Lab46.588561.1539-18.6202
CIE-Lab53.712565.3870-23.3517

#d647aa color RGB value is (214,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 10101010
Octal 326 107 252
Decimal 214 71 170
Hex D6 47 AA

RGB Percentages of Color #d647aa

%47.03
%15.60
%37.36

CMYK Percentages of Color #d647aa

%0
%67
%21
%16

Triadic Colors of #d647aa

#d647aa #aad647 #47aad6

Analogous Colors of #d647aa

#d647aa #d64762 #bb47d6

Monochromatic Colors of #d647aa

#d647aa

Complementary Color

#d647aa #47d673

#d647aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647aa Color CSS Codes

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

#d647aa Text Font Color

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

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


#d647aa Background Color

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

This div background color is #d647aa


#d647aa Border Color

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

This div border color is #d647aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647aa


Comments

No comments written yet.

Please login to write comment.