Color Hex Logo

#ab5298 Color Hex

#AB5298
(171,82,152)
0 Favorites   0 Comments

Color spaces of #ab5298

RGB 17182152
HSL0.870.350.50
HSV313°52°67°
CMYK 0.000.520.11   0.33
XYZ25.479416.959531.6364
Yxy16.95950.34400.2289
Hunter Lab41.181938.3703-16.7199
CIE-Lab48.209045.6312-21.7613

#ab5298 color RGB value is (171,82,152).

#ab5298 hex color red value is 171, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ab5298 hue: 0.87 , saturation: 0.35 and the lightness value of ab5298 is 0.50.

The process color (four color CMYK) of #ab5298 color hex is 0.00, 0.52, 0.11, 0.33. Web safe color of #ab5298 is #996699. Color #ab5298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 10011000
Octal 253 122 230
Decimal 171 82 152
Hex AB 52 98

RGB Percentages of Color #ab5298

%42.22
%20.25
%37.53

CMYK Percentages of Color #ab5298

%0
%52
%11
%33

Triadic Colors of #ab5298

#ab5298 #98ab52 #5298ab

Analogous Colors of #ab5298

#ab5298 #ab526c #9252ab

Monochromatic Colors of #ab5298

#ab5298

Complementary Color

#ab5298 #52ab65

#ab5298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5298 Color CSS Codes

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

#ab5298 Text Font Color

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

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


#ab5298 Background Color

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

This div background color is #ab5298


#ab5298 Border Color

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

This div border color is #ab5298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5298


Comments

No comments written yet.

Please login to write comment.