Color Hex Logo

#d594ac Color Hex

#D594AC
(213,148,172)
0 Favorites   0 Comments

Color spaces of #d594ac

RGB 213148172
HSL0.940.440.71
HSV338°31°84°
CMYK 0.000.310.19   0.16
XYZ45.476938.304544.0263
Yxy38.30450.35580.2997
Hunter Lab61.890622.85221.1471
CIE-Lab68.244427.9471-2.6439

#d594ac color RGB value is (213,148,172).

#d594ac hex color red value is 213, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d594ac hue: 0.94 , saturation: 0.44 and the lightness value of d594ac is 0.71.

The process color (four color CMYK) of #d594ac color hex is 0.00, 0.31, 0.19, 0.16. Web safe color of #d594ac is #cc9999. Color #d594ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010100 10101100
Octal 325 224 254
Decimal 213 148 172
Hex D5 94 AC

RGB Percentages of Color #d594ac

%39.96
%27.77
%32.27

CMYK Percentages of Color #d594ac

%0
%31
%19
%16

Triadic Colors of #d594ac

#d594ac #acd594 #94acd5

Analogous Colors of #d594ac

#d594ac #d59d94 #d594cd

Monochromatic Colors of #d594ac

#d594ac

Complementary Color

#d594ac #94d5bd

#d594ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d594ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d594ac Color CSS Codes

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

#d594ac Text Font Color

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

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


#d594ac Background Color

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

This div background color is #d594ac


#d594ac Border Color

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

This div border color is #d594ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d594ac


Comments

No comments written yet.

Please login to write comment.