Color Hex Logo

#ab52de Color Hex

#AB52DE
(171,82,222)
0 Favorites   0 Comments

Color spaces of #ab52de

RGB 17182222
HSL0.770.680.60
HSV278°63°87°
CMYK 0.230.630.00   0.13
XYZ32.996719.966471.2220
Yxy19.96640.26570.1608
Hunter Lab44.683853.6166-63.2244
CIE-Lab51.799259.1720-56.7175

#ab52de color RGB value is (171,82,222).

#ab52de hex color red value is 171, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab52de hue: 0.77 , saturation: 0.68 and the lightness value of ab52de is 0.60.

The process color (four color CMYK) of #ab52de color hex is 0.23, 0.63, 0.00, 0.13. Web safe color of #ab52de is #9966cc. Color #ab52de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 11011110
Octal 253 122 336
Decimal 171 82 222
Hex AB 52 DE

RGB Percentages of Color #ab52de

%36.00
%17.26
%46.74

CMYK Percentages of Color #ab52de

%23
%63
%0
%13

Triadic Colors of #ab52de

#ab52de #deab52 #52deab

Analogous Colors of #ab52de

#ab52de #de52cb #6552de

Monochromatic Colors of #ab52de

#ab52de

Complementary Color

#ab52de #85de52

#ab52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab52de Color CSS Codes

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

#ab52de Text Font Color

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

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


#ab52de Background Color

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

This div background color is #ab52de


#ab52de Border Color

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

This div border color is #ab52de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab52de


Comments

No comments written yet.

Please login to write comment.