Color Hex Logo

#d64dac Color Hex

#D64DAC
(214,77,172)
0 Favorites   0 Comments

Color spaces of #d64dac

RGB 21477172
HSL0.880.630.57
HSV318°64°84°
CMYK 0.000.640.20   0.16
XYZ37.831822.582541.3946
Yxy22.58250.37160.2218
Hunter Lab47.521058.9431-18.3816
CIE-Lab54.639763.3168-23.0928

#d64dac color RGB value is (214,77,172).

#d64dac hex color red value is 214, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d64dac hue: 0.88 , saturation: 0.63 and the lightness value of d64dac is 0.57.

The process color (four color CMYK) of #d64dac color hex is 0.00, 0.64, 0.20, 0.16. Web safe color of #d64dac is #cc6699. Color #d64dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001101 10101100
Octal 326 115 254
Decimal 214 77 172
Hex D6 4D AC

RGB Percentages of Color #d64dac

%46.22
%16.63
%37.15

CMYK Percentages of Color #d64dac

%0
%64
%20
%16

Triadic Colors of #d64dac

#d64dac #acd64d #4dacd6

Analogous Colors of #d64dac

#d64dac #d64d68 #bc4dd6

Monochromatic Colors of #d64dac

#d64dac

Complementary Color

#d64dac #4dd677

#d64dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64dac Color CSS Codes

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

#d64dac Text Font Color

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

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


#d64dac Background Color

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

This div background color is #d64dac


#d64dac Border Color

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

This div border color is #d64dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,77,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d64dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64dac


Comments

No comments written yet.

Please login to write comment.