Color Hex Logo

#ab32dc Color Hex

#AB32DC
(171,50,220)
0 Favorites   0 Comments

Color spaces of #ab32dc

RGB 17150220
HSL0.790.710.53
HSV283°77°86°
CMYK 0.220.770.00   0.14
XYZ30.853516.106469.1928
Yxy16.10640.26560.1387
Hunter Lab40.132866.9959-74.1288
CIE-Lab47.113871.5886-63.1311

#ab32dc color RGB value is (171,50,220).

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

The process color (four color CMYK) of #ab32dc color hex is 0.22, 0.77, 0.00, 0.14. Web safe color of #ab32dc is #9933cc. Color #ab32dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 11011100
Octal 253 62 334
Decimal 171 50 220
Hex AB 32 DC

RGB Percentages of Color #ab32dc

%38.78
%11.34
%49.89

CMYK Percentages of Color #ab32dc

%22
%77
%0
%14

Triadic Colors of #ab32dc

#ab32dc #dcab32 #32dcab

Analogous Colors of #ab32dc

#ab32dc #dc32b8 #5632dc

Monochromatic Colors of #ab32dc

#ab32dc

Complementary Color

#ab32dc #63dc32

#ab32dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab32dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab32dc Color CSS Codes

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

#ab32dc Text Font Color

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

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


#ab32dc Background Color

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

This div background color is #ab32dc


#ab32dc Border Color

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

This div border color is #ab32dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab32dc


Comments

No comments written yet.

Please login to write comment.