Color Hex Logo

#d561ac Color Hex

#D561AC
(213,97,172)
0 Favorites   0 Comments

Color spaces of #d561ac

RGB 21397172
HSL0.890.580.61
HSV321°54°84°
CMYK 0.000.540.19   0.16
XYZ39.161725.674141.9213
Yxy25.67410.36680.2405
Hunter Lab50.669649.2878-13.5846
CIE-Lab57.726454.2721-18.3828

#d561ac color RGB value is (213,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100001 10101100
Octal 325 141 254
Decimal 213 97 172
Hex D5 61 AC

RGB Percentages of Color #d561ac

%44.19
%20.12
%35.68

CMYK Percentages of Color #d561ac

%0
%54
%19
%16

Triadic Colors of #d561ac

#d561ac #acd561 #61acd5

Analogous Colors of #d561ac

#d561ac #d56172 #c461d5

Monochromatic Colors of #d561ac

#d561ac

Complementary Color

#d561ac #61d58a

#d561ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d561ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d561ac Color CSS Codes

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

#d561ac Text Font Color

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

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


#d561ac Background Color

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

This div background color is #d561ac


#d561ac Border Color

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

This div border color is #d561ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d561ac


Comments

No comments written yet.

Please login to write comment.