Color Hex Logo

#ab22d1 Color Hex

#AB22D1
(171,34,209)
0 Favorites   0 Comments

Color spaces of #ab22d1

RGB 17134209
HSL0.800.720.48
HSV287°84°82°
CMYK 0.180.840.00   0.18
XYZ28.875214.405461.5802
Yxy14.40540.27540.1374
Hunter Lab37.954469.3800-69.6285
CIE-Lab44.808874.0166-60.5527

#ab22d1 color RGB value is (171,34,209).

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

The process color (four color CMYK) of #ab22d1 color hex is 0.18, 0.84, 0.00, 0.18. Web safe color of #ab22d1 is #9933cc. Color #ab22d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 11010001
Octal 253 42 321
Decimal 171 34 209
Hex AB 22 D1

RGB Percentages of Color #ab22d1

%41.30
%8.21
%50.48

CMYK Percentages of Color #ab22d1

%18
%84
%0
%18

Triadic Colors of #ab22d1

#ab22d1 #d1ab22 #22d1ab

Analogous Colors of #ab22d1

#ab22d1 #d122a0 #5322d1

Monochromatic Colors of #ab22d1

#ab22d1

Complementary Color

#ab22d1 #48d122

#ab22d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab22d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab22d1 Color CSS Codes

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

#ab22d1 Text Font Color

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

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


#ab22d1 Background Color

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

This div background color is #ab22d1


#ab22d1 Border Color

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

This div border color is #ab22d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab22d1


Comments

No comments written yet.

Please login to write comment.