Color Hex Logo

#d591ac Color Hex

#D591AC
(213,145,172)
0 Favorites   0 Comments

Color spaces of #d591ac

RGB 213145172
HSL0.930.450.70
HSV336°32°84°
CMYK 0.000.320.19   0.16
XYZ45.012437.375543.8715
Yxy37.37550.35650.2960
Hunter Lab61.135524.43750.2477
CIE-Lab67.557829.5707-3.6542

#d591ac color RGB value is (213,145,172).

#d591ac hex color red value is 213, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d591ac hue: 0.93 , saturation: 0.45 and the lightness value of d591ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 10101100
Octal 325 221 254
Decimal 213 145 172
Hex D5 91 AC

RGB Percentages of Color #d591ac

%40.19
%27.36
%32.45

CMYK Percentages of Color #d591ac

%0
%32
%19
%16

Triadic Colors of #d591ac

#d591ac #acd591 #91acd5

Analogous Colors of #d591ac

#d591ac #d59891 #d591ce

Monochromatic Colors of #d591ac

#d591ac

Complementary Color

#d591ac #91d5ba

#d591ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d591ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d591ac Color CSS Codes

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

#d591ac Text Font Color

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

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


#d591ac Background Color

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

This div background color is #d591ac


#d591ac Border Color

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

This div border color is #d591ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d591ac


Comments

No comments written yet.

Please login to write comment.