Color Hex Logo

#ab32dd Color Hex

#AB32DD
(171,50,221)
0 Favorites   0 Comments

Color spaces of #ab32dd

RGB 17150221
HSL0.780.720.53
HSV282°77°87°
CMYK 0.230.770.00   0.13
XYZ30.986316.159669.8926
Yxy16.15960.26480.1381
Hunter Lab40.199067.2436-74.9461
CIE-Lab47.183271.7817-63.5891

#ab32dd color RGB value is (171,50,221).

#ab32dd hex color red value is 171, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab32dd hue: 0.78 , saturation: 0.72 and the lightness value of ab32dd is 0.53.

The process color (four color CMYK) of #ab32dd color hex is 0.23, 0.77, 0.00, 0.13. Web safe color of #ab32dd is #9933cc. Color #ab32dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 11011101
Octal 253 62 335
Decimal 171 50 221
Hex AB 32 DD

RGB Percentages of Color #ab32dd

%38.69
%11.31
%50.00

CMYK Percentages of Color #ab32dd

%23
%77
%0
%13

Triadic Colors of #ab32dd

#ab32dd #ddab32 #32ddab

Analogous Colors of #ab32dd

#ab32dd #dd32ba #5632dd

Monochromatic Colors of #ab32dd

#ab32dd

Complementary Color

#ab32dd #64dd32

#ab32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab32dd Color CSS Codes

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

#ab32dd Text Font Color

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

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


#ab32dd Background Color

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

This div background color is #ab32dd


#ab32dd Border Color

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

This div border color is #ab32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab32dd


Comments

No comments written yet.

Please login to write comment.