Color Hex Logo

#d67faa Color Hex

#D67FAA
(214,127,170)
0 Favorites   0 Comments

Color spaces of #d67faa

RGB 214127170
HSL0.920.510.67
HSV330°41°84°
CMYK 0.000.410.21   0.16
XYZ42.576632.377242.0356
Yxy32.37720.36390.2768
Hunter Lab56.901033.9874-3.9698
CIE-Lab63.653439.2392-8.2959

#d67faa color RGB value is (214,127,170).

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

The process color (four color CMYK) of #d67faa color hex is 0.00, 0.41, 0.21, 0.16. Web safe color of #d67faa is #cc6699. Color #d67faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111111 10101010
Octal 326 177 252
Decimal 214 127 170
Hex D6 7F AA

RGB Percentages of Color #d67faa

%41.88
%24.85
%33.27

CMYK Percentages of Color #d67faa

%0
%41
%21
%16

Triadic Colors of #d67faa

#d67faa #aad67f #7faad6

Analogous Colors of #d67faa

#d67faa #d6807f #d67fd6

Monochromatic Colors of #d67faa

#d67faa

Complementary Color

#d67faa #7fd6ab

#d67faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67faa Color CSS Codes

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

#d67faa Text Font Color

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

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


#d67faa Background Color

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

This div background color is #d67faa


#d67faa Border Color

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

This div border color is #d67faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67faa


Comments

No comments written yet.

Please login to write comment.