Color Hex Logo

#ab52da Color Hex

#AB52DA
(171,82,218)
0 Favorites   0 Comments

Color spaces of #ab52da

RGB 17182218
HSL0.780.650.59
HSV279°62°85°
CMYK 0.220.620.00   0.15
XYZ32.466819.754568.4315
Yxy19.75450.26910.1637
Hunter Lab44.446052.6096-60.1738
CIE-Lab51.558558.3182-54.8348

#ab52da color RGB value is (171,82,218).

#ab52da hex color red value is 171, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab52da hue: 0.78 , saturation: 0.65 and the lightness value of ab52da is 0.59.

The process color (four color CMYK) of #ab52da color hex is 0.22, 0.62, 0.00, 0.15. Web safe color of #ab52da is #9966cc. Color #ab52da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 11011010
Octal 253 122 332
Decimal 171 82 218
Hex AB 52 DA

RGB Percentages of Color #ab52da

%36.31
%17.41
%46.28

CMYK Percentages of Color #ab52da

%22
%62
%0
%15

Triadic Colors of #ab52da

#ab52da #daab52 #52daab

Analogous Colors of #ab52da

#ab52da #da52c5 #6752da

Monochromatic Colors of #ab52da

#ab52da

Complementary Color

#ab52da #81da52

#ab52da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab52da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab52da Color CSS Codes

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

#ab52da Text Font Color

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

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


#ab52da Background Color

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

This div background color is #ab52da


#ab52da Border Color

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

This div border color is #ab52da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab52da


Comments

No comments written yet.

Please login to write comment.