Color Hex Logo

#d320ab Color Hex

#D320AB
(211,32,171)
0 Favorites   0 Comments

Color spaces of #d320ab

RGB 21132171
HSL0.870.740.48
HSV313°85°83°
CMYK 0.000.850.19   0.17
XYZ34.731217.822240.1376
Yxy17.82220.37470.1923
Hunter Lab42.216372.9725-26.8191
CIE-Lab49.279776.0843-30.8524

#d320ab color RGB value is (211,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 10101011
Octal 323 40 253
Decimal 211 32 171
Hex D3 20 AB

RGB Percentages of Color #d320ab

%50.97
%7.73
%41.30

CMYK Percentages of Color #d320ab

%0
%85
%19
%17

Triadic Colors of #d320ab

#d320ab #abd320 #20abd3

Analogous Colors of #d320ab

#d320ab #d32051 #a220d3

Monochromatic Colors of #d320ab

#d320ab

Complementary Color

#d320ab #20d348

#d320ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d320ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d320ab Color CSS Codes

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

#d320ab Text Font Color

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

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


#d320ab Background Color

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

This div background color is #d320ab


#d320ab Border Color

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

This div border color is #d320ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d320ab


Comments

No comments written yet.

Please login to write comment.