Color Hex Logo

#d572ae Color Hex

#D572AE
(213,114,174)
0 Favorites   0 Comments

Color spaces of #d572ae

RGB 213114174
HSL0.900.540.64
HSV324°46°84°
CMYK 0.000.460.18   0.16
XYZ41.097929.236843.5216
Yxy29.23680.36100.2568
Hunter Lab54.071141.0485-9.8726
CIE-Lab60.990046.2380-14.5841

#d572ae color RGB value is (213,114,174).

#d572ae hex color red value is 213, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d572ae hue: 0.90 , saturation: 0.54 and the lightness value of d572ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 10101110
Octal 325 162 256
Decimal 213 114 174
Hex D5 72 AE

RGB Percentages of Color #d572ae

%42.51
%22.75
%34.73

CMYK Percentages of Color #d572ae

%0
%46
%18
%16

Triadic Colors of #d572ae

#d572ae #aed572 #72aed5

Analogous Colors of #d572ae

#d572ae #d5727d #cb72d5

Monochromatic Colors of #d572ae

#d572ae

Complementary Color

#d572ae #72d599

#d572ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572ae Color CSS Codes

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

#d572ae Text Font Color

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

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


#d572ae Background Color

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

This div background color is #d572ae


#d572ae Border Color

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

This div border color is #d572ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572ae


Comments

No comments written yet.

Please login to write comment.