Color Hex Logo

#d326ac Color Hex

#D326AC
(211,38,172)
0 Favorites   0 Comments

Color spaces of #d326ac

RGB 21138172
HSL0.870.690.49
HSV314°82°83°
CMYK 0.000.820.18   0.17
XYZ35.003518.213740.7004
Yxy18.21370.37270.1939
Hunter Lab42.677571.7176-26.6690
CIE-Lab49.754374.9706-30.7014

#d326ac color RGB value is (211,38,172).

#d326ac hex color red value is 211, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d326ac hue: 0.87 , saturation: 0.69 and the lightness value of d326ac is 0.49.

The process color (four color CMYK) of #d326ac color hex is 0.00, 0.82, 0.18, 0.17. Web safe color of #d326ac is #cc3399. Color #d326ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100110 10101100
Octal 323 46 254
Decimal 211 38 172
Hex D3 26 AC

RGB Percentages of Color #d326ac

%50.12
%9.03
%40.86

CMYK Percentages of Color #d326ac

%0
%82
%18
%17

Triadic Colors of #d326ac

#d326ac #acd326 #26acd3

Analogous Colors of #d326ac

#d326ac #d32656 #a426d3

Monochromatic Colors of #d326ac

#d326ac

Complementary Color

#d326ac #26d34d

#d326ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d326ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d326ac Color CSS Codes

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

#d326ac Text Font Color

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

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


#d326ac Background Color

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

This div background color is #d326ac


#d326ac Border Color

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

This div border color is #d326ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d326ac


Comments

No comments written yet.

Please login to write comment.