Color Hex Logo

#d564ac Color Hex

#D564AC
(213,100,172)
0 Favorites   0 Comments

Color spaces of #d564ac

RGB 213100172
HSL0.890.570.61
HSV322°53°84°
CMYK 0.000.530.19   0.16
XYZ39.444126.239042.0154
Yxy26.23900.36620.2436
Hunter Lab51.224047.8086-12.7745
CIE-Lab58.263252.8505-17.5660

#d564ac color RGB value is (213,100,172).

#d564ac hex color red value is 213, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d564ac hue: 0.89 , saturation: 0.57 and the lightness value of d564ac is 0.61.

The process color (four color CMYK) of #d564ac color hex is 0.00, 0.53, 0.19, 0.16. Web safe color of #d564ac is #cc6699. Color #d564ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 10101100
Octal 325 144 254
Decimal 213 100 172
Hex D5 64 AC

RGB Percentages of Color #d564ac

%43.92
%20.62
%35.46

CMYK Percentages of Color #d564ac

%0
%53
%19
%16

Triadic Colors of #d564ac

#d564ac #acd564 #64acd5

Analogous Colors of #d564ac

#d564ac #d56474 #c664d5

Monochromatic Colors of #d564ac

#d564ac

Complementary Color

#d564ac #64d58d

#d564ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d564ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d564ac Color CSS Codes

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

#d564ac Text Font Color

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

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


#d564ac Background Color

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

This div background color is #d564ac


#d564ac Border Color

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

This div border color is #d564ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d564ac


Comments

No comments written yet.

Please login to write comment.