Color Hex Logo

#d64fab Color Hex

#D64FAB
(214,79,171)
0 Favorites   0 Comments

Color spaces of #d64fab

RGB 21479171
HSL0.890.620.57
HSV319°63°84°
CMYK 0.000.630.20   0.16
XYZ37.878222.828440.9380
Yxy22.82840.37270.2246
Hunter Lab47.779157.8975-17.3554
CIE-Lab54.895162.3659-22.1177

#d64fab color RGB value is (214,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001111 10101011
Octal 326 117 253
Decimal 214 79 171
Hex D6 4F AB

RGB Percentages of Color #d64fab

%46.12
%17.03
%36.85

CMYK Percentages of Color #d64fab

%0
%63
%20
%16

Triadic Colors of #d64fab

#d64fab #abd64f #4fabd6

Analogous Colors of #d64fab

#d64fab #d64f68 #be4fd6

Monochromatic Colors of #d64fab

#d64fab

Complementary Color

#d64fab #4fd67a

#d64fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64fab Color CSS Codes

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

#d64fab Text Font Color

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

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


#d64fab Background Color

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

This div background color is #d64fab


#d64fab Border Color

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

This div border color is #d64fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64fab


Comments

No comments written yet.

Please login to write comment.