Color Hex Logo

#ab3498 Color Hex

#AB3498
(171,52,152)
0 Favorites   0 Comments

Color spaces of #ab3498

RGB 17152152
HSL0.860.530.44
HSV310°70°67°
CMYK 0.000.700.11   0.33
XYZ23.690113.380931.0399
Yxy13.38090.34780.1965
Hunter Lab36.579951.5864-24.7046
CIE-Lab43.331758.9235-29.3326

#ab3498 color RGB value is (171,52,152).

#ab3498 hex color red value is 171, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ab3498 hue: 0.86 , saturation: 0.53 and the lightness value of ab3498 is 0.44.

The process color (four color CMYK) of #ab3498 color hex is 0.00, 0.70, 0.11, 0.33. Web safe color of #ab3498 is #993399. Color #ab3498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110100 10011000
Octal 253 64 230
Decimal 171 52 152
Hex AB 34 98

RGB Percentages of Color #ab3498

%45.60
%13.87
%40.53

CMYK Percentages of Color #ab3498

%0
%70
%11
%33

Triadic Colors of #ab3498

#ab3498 #98ab34 #3498ab

Analogous Colors of #ab3498

#ab3498 #ab345c #8334ab

Monochromatic Colors of #ab3498

#ab3498

Complementary Color

#ab3498 #34ab47

#ab3498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3498 Color CSS Codes

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

#ab3498 Text Font Color

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

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


#ab3498 Background Color

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

This div background color is #ab3498


#ab3498 Border Color

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

This div border color is #ab3498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,52,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 #ab3498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3498


Comments

No comments written yet.

Please login to write comment.