Color Hex Logo

#d321ab Color Hex

#D321AB
(211,33,171)
0 Favorites   0 Comments

Color spaces of #d321ab

RGB 21133171
HSL0.870.730.48
HSV313°84°83°
CMYK 0.000.840.19   0.17
XYZ34.758517.876940.1467
Yxy17.87690.37460.1927
Hunter Lab42.281172.7497-26.7002
CIE-Lab49.346575.8903-30.7483

#d321ab color RGB value is (211,33,171).

#d321ab hex color red value is 211, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d321ab hue: 0.87 , saturation: 0.73 and the lightness value of d321ab is 0.48.

The process color (four color CMYK) of #d321ab color hex is 0.00, 0.84, 0.19, 0.17. Web safe color of #d321ab is #cc3399. Color #d321ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100001 10101011
Octal 323 41 253
Decimal 211 33 171
Hex D3 21 AB

RGB Percentages of Color #d321ab

%50.84
%7.95
%41.20

CMYK Percentages of Color #d321ab

%0
%84
%19
%17

Triadic Colors of #d321ab

#d321ab #abd321 #21abd3

Analogous Colors of #d321ab

#d321ab #d32152 #a221d3

Monochromatic Colors of #d321ab

#d321ab

Complementary Color

#d321ab #21d349

#d321ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d321ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d321ab Color CSS Codes

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

#d321ab Text Font Color

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

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


#d321ab Background Color

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

This div background color is #d321ab


#d321ab Border Color

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

This div border color is #d321ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,33,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d321ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d321ab


Comments

No comments written yet.

Please login to write comment.