Color Hex Logo

#ab33af Color Hex

#AB33AF
(171,51,175)
0 Favorites   0 Comments

Color spaces of #ab33af

RGB 17151175
HSL0.830.550.44
HSV298°71°69°
CMYK 0.020.710.00   0.31
XYZ25.716314.120741.9276
Yxy14.12070.31450.1727
Hunter Lab37.577556.3964-39.8493
CIE-Lab44.405563.0214-41.3571

#ab33af color RGB value is (171,51,175).

#ab33af hex color red value is 171, green value is 51 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab33af hue: 0.83 , saturation: 0.55 and the lightness value of ab33af is 0.44.

The process color (four color CMYK) of #ab33af color hex is 0.02, 0.71, 0.00, 0.31. Web safe color of #ab33af is #993399. Color #ab33af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110011 10101111
Octal 253 63 257
Decimal 171 51 175
Hex AB 33 AF

RGB Percentages of Color #ab33af

%43.07
%12.85
%44.08

CMYK Percentages of Color #ab33af

%2
%71
%0
%31

Triadic Colors of #ab33af

#ab33af #afab33 #33afab

Analogous Colors of #ab33af

#ab33af #af3375 #6d33af

Monochromatic Colors of #ab33af

#ab33af

Complementary Color

#ab33af #37af33

#ab33af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab33af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab33af Color CSS Codes

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

#ab33af Text Font Color

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

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


#ab33af Background Color

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

This div background color is #ab33af


#ab33af Border Color

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

This div border color is #ab33af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab33af


Comments

No comments written yet.

Please login to write comment.