Color Hex Logo

#d64caa Color Hex

#D64CAA
(214,76,170)
0 Favorites   0 Comments

Color spaces of #d64caa

RGB 21476170
HSL0.890.630.57
HSV319°64°84°
CMYK 0.000.640.21   0.16
XYZ37.571722.367340.3673
Yxy22.36730.37460.2230
Hunter Lab47.294159.0406-17.5004
CIE-Lab54.414663.4423-22.2723

#d64caa color RGB value is (214,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001100 10101010
Octal 326 114 252
Decimal 214 76 170
Hex D6 4C AA

RGB Percentages of Color #d64caa

%46.52
%16.52
%36.96

CMYK Percentages of Color #d64caa

%0
%64
%21
%16

Triadic Colors of #d64caa

#d64caa #aad64c #4caad6

Analogous Colors of #d64caa

#d64caa #d64c65 #bd4cd6

Monochromatic Colors of #d64caa

#d64caa

Complementary Color

#d64caa #4cd678

#d64caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64caa Color CSS Codes

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

#d64caa Text Font Color

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

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


#d64caa Background Color

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

This div background color is #d64caa


#d64caa Border Color

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

This div border color is #d64caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64caa


Comments

No comments written yet.

Please login to write comment.