Color Hex Logo

#d64cad Color Hex

#D64CAD
(214,76,173)
0 Favorites   0 Comments

Color spaces of #d64cad

RGB 21476173
HSL0.880.630.57
HSV318°64°84°
CMYK 0.000.640.19   0.16
XYZ37.858822.482241.8793
Yxy22.48220.37040.2199
Hunter Lab47.415459.5463-19.1767
CIE-Lab54.534963.8557-23.8367

#d64cad color RGB value is (214,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001100 10101101
Octal 326 114 255
Decimal 214 76 173
Hex D6 4C AD

RGB Percentages of Color #d64cad

%46.22
%16.41
%37.37

CMYK Percentages of Color #d64cad

%0
%64
%19
%16

Triadic Colors of #d64cad

#d64cad #add64c #4cadd6

Analogous Colors of #d64cad

#d64cad #d64c68 #ba4cd6

Monochromatic Colors of #d64cad

#d64cad

Complementary Color

#d64cad #4cd675

#d64cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64cad Color CSS Codes

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

#d64cad Text Font Color

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

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


#d64cad Background Color

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

This div background color is #d64cad


#d64cad Border Color

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

This div border color is #d64cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64cad


Comments

No comments written yet.

Please login to write comment.