Color Hex Logo

#d593ac Color Hex

#D593AC
(213,147,172)
0 Favorites   0 Comments

Color spaces of #d593ac

RGB 213147172
HSL0.940.440.71
HSV337°31°84°
CMYK 0.000.310.19   0.16
XYZ45.320737.992143.9743
Yxy37.99210.35610.2985
Hunter Lab61.637723.38060.8471
CIE-Lab68.014828.4887-2.9816

#d593ac color RGB value is (213,147,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 10101100
Octal 325 223 254
Decimal 213 147 172
Hex D5 93 AC

RGB Percentages of Color #d593ac

%40.04
%27.63
%32.33

CMYK Percentages of Color #d593ac

%0
%31
%19
%16

Triadic Colors of #d593ac

#d593ac #acd593 #93acd5

Analogous Colors of #d593ac

#d593ac #d59b93 #d593cd

Monochromatic Colors of #d593ac

#d593ac

Complementary Color

#d593ac #93d5bc

#d593ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d593ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d593ac Color CSS Codes

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

#d593ac Text Font Color

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

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


#d593ac Background Color

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

This div background color is #d593ac


#d593ac Border Color

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

This div border color is #d593ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d593ac


Comments

No comments written yet.

Please login to write comment.