Color Hex Logo

#d864a4 Color Hex

#D864A4
(216,100,164)
0 Favorites   0 Comments

Color spaces of #d864a4

RGB 216100164
HSL0.910.600.62
HSV327°54°85°
CMYK 0.000.540.24   0.15
XYZ39.576926.393638.1305
Yxy26.39360.38020.2535
Hunter Lab51.374747.6031-8.0430
CIE-Lab58.408852.6411-12.6814

#d864a4 color RGB value is (216,100,164).

#d864a4 hex color red value is 216, green value is 100 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #d864a4 hue: 0.91 , saturation: 0.60 and the lightness value of d864a4 is 0.62.

The process color (four color CMYK) of #d864a4 color hex is 0.00, 0.54, 0.24, 0.15. Web safe color of #d864a4 is #cc6699. Color #d864a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 10100100
Octal 330 144 244
Decimal 216 100 164
Hex D8 64 A4

RGB Percentages of Color #d864a4

%45.00
%20.83
%34.17

CMYK Percentages of Color #d864a4

%0
%54
%24
%15

Triadic Colors of #d864a4

#d864a4 #a4d864 #64a4d8

Analogous Colors of #d864a4

#d864a4 #d8646a #d264d8

Monochromatic Colors of #d864a4

#d864a4

Complementary Color

#d864a4 #64d898

#d864a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d864a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d864a4 Color CSS Codes

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

#d864a4 Text Font Color

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

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


#d864a4 Background Color

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

This div background color is #d864a4


#d864a4 Border Color

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

This div border color is #d864a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,100,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d864a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d864a4;
  -webkit-box-shadow: 1px 1px 3px 2px #d864a4;
  box-shadow:         1px 1px 3px 2px #d864a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,100,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d864a4


Comments

No comments written yet.

Please login to write comment.