Color Hex Logo

#d560ae Color Hex

#D560AE
(213,96,174)
0 Favorites   0 Comments

Color spaces of #d560ae

RGB 21396174
HSL0.890.580.61
HSV320°55°84°
CMYK 0.000.550.18   0.16
XYZ39.263425.567942.9101
Yxy25.56790.36440.2373
Hunter Lab50.564750.1167-14.9192
CIE-Lab57.624655.0327-19.6934

#d560ae color RGB value is (213,96,174).

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

The process color (four color CMYK) of #d560ae color hex is 0.00, 0.55, 0.18, 0.16. Web safe color of #d560ae is #cc6699. Color #d560ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 10101110
Octal 325 140 256
Decimal 213 96 174
Hex D5 60 AE

RGB Percentages of Color #d560ae

%44.10
%19.88
%36.02

CMYK Percentages of Color #d560ae

%0
%55
%18
%16

Triadic Colors of #d560ae

#d560ae #aed560 #60aed5

Analogous Colors of #d560ae

#d560ae #d56074 #c260d5

Monochromatic Colors of #d560ae

#d560ae

Complementary Color

#d560ae #60d587

#d560ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d560ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d560ae Color CSS Codes

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

#d560ae Text Font Color

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

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


#d560ae Background Color

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

This div background color is #d560ae


#d560ae Border Color

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

This div border color is #d560ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d560ae


Comments

No comments written yet.

Please login to write comment.