Color Hex Logo

#d684aa Color Hex

#D684AA
(214,132,170)
0 Favorites   0 Comments

Color spaces of #d684aa

RGB 214132170
HSL0.920.500.68
HSV332°38°84°
CMYK 0.000.380.21   0.16
XYZ43.238533.700942.2562
Yxy33.70090.36280.2827
Hunter Lab58.052531.3581-2.5203
CIE-Lab64.724536.5949-6.7036

#d684aa color RGB value is (214,132,170).

#d684aa hex color red value is 214, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d684aa hue: 0.92 , saturation: 0.50 and the lightness value of d684aa is 0.68.

The process color (four color CMYK) of #d684aa color hex is 0.00, 0.38, 0.21, 0.16. Web safe color of #d684aa is #cc9999. Color #d684aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 10101010
Octal 326 204 252
Decimal 214 132 170
Hex D6 84 AA

RGB Percentages of Color #d684aa

%41.47
%25.58
%32.95

CMYK Percentages of Color #d684aa

%0
%38
%21
%16

Triadic Colors of #d684aa

#d684aa #aad684 #84aad6

Analogous Colors of #d684aa

#d684aa #d68784 #d684d3

Monochromatic Colors of #d684aa

#d684aa

Complementary Color

#d684aa #84d6b0

#d684aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d684aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d684aa Color CSS Codes

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

#d684aa Text Font Color

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

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


#d684aa Background Color

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

This div background color is #d684aa


#d684aa Border Color

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

This div border color is #d684aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d684aa


Comments

No comments written yet.

Please login to write comment.