Color Hex Logo

#d222ab Color Hex

#D222AB
(210,34,171)
0 Favorites   0 Comments

Color spaces of #d222ab

RGB 21034171
HSL0.870.720.48
HSV313°84°82°
CMYK 0.000.840.19   0.18
XYZ34.501117.786040.1427
Yxy17.78600.37330.1924
Hunter Lab42.173572.2231-26.9136
CIE-Lab49.235575.4838-30.9348

#d222ab color RGB value is (210,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100010 10101011
Octal 322 42 253
Decimal 210 34 171
Hex D2 22 AB

RGB Percentages of Color #d222ab

%50.60
%8.19
%41.20

CMYK Percentages of Color #d222ab

%0
%84
%19
%18

Triadic Colors of #d222ab

#d222ab #abd222 #22abd2

Analogous Colors of #d222ab

#d222ab #d22253 #a122d2

Monochromatic Colors of #d222ab

#d222ab

Complementary Color

#d222ab #22d249

#d222ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d222ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d222ab Color CSS Codes

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

#d222ab Text Font Color

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

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


#d222ab Background Color

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

This div background color is #d222ab


#d222ab Border Color

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

This div border color is #d222ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d222ab


Comments

No comments written yet.

Please login to write comment.