Color Hex Logo

#d391ac Color Hex

#D391AC
(211,145,172)
0 Favorites   0 Comments

Color spaces of #d391ac

RGB 211145172
HSL0.930.430.70
HSV335°31°83°
CMYK 0.000.310.18   0.17
XYZ44.435837.078243.8445
Yxy37.07820.35450.2958
Hunter Lab60.891923.6995-0.0668
CIE-Lab67.335728.8569-4.0069

#d391ac color RGB value is (211,145,172).

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

The process color (four color CMYK) of #d391ac color hex is 0.00, 0.31, 0.18, 0.17. Web safe color of #d391ac is #cc9999. Color #d391ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 10101100
Octal 323 221 254
Decimal 211 145 172
Hex D3 91 AC

RGB Percentages of Color #d391ac

%39.96
%27.46
%32.58

CMYK Percentages of Color #d391ac

%0
%31
%18
%17

Triadic Colors of #d391ac

#d391ac #acd391 #91acd3

Analogous Colors of #d391ac

#d391ac #d39791 #d391cd

Monochromatic Colors of #d391ac

#d391ac

Complementary Color

#d391ac #91d3b8

#d391ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391ac Color CSS Codes

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

#d391ac Text Font Color

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

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


#d391ac Background Color

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

This div background color is #d391ac


#d391ac Border Color

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

This div border color is #d391ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391ac


Comments

No comments written yet.

Please login to write comment.