Color Hex Logo

#ab72ff Color Hex

#AB72FF
(171,114,255)
0 Favorites   0 Comments

Color spaces of #ab72ff

RGB 171114255
HSL0.731.000.72
HSV264°55°100°
CMYK 0.330.550.00   0.00
XYZ40.861927.912697.8417
Yxy27.91260.24520.1675
Hunter Lab52.832445.5998-72.8181
CIE-Lab59.809750.6006-62.2910

#ab72ff color RGB value is (171,114,255).

#ab72ff hex color red value is 171, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab72ff hue: 0.73 , saturation: 1.00 and the lightness value of ab72ff is 0.72.

The process color (four color CMYK) of #ab72ff color hex is 0.33, 0.55, 0.00, 0.00. Web safe color of #ab72ff is #9966ff. Color #ab72ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 11111111
Octal 253 162 377
Decimal 171 114 255
Hex AB 72 FF

RGB Percentages of Color #ab72ff

%31.67
%21.11
%47.22

CMYK Percentages of Color #ab72ff

%33
%55
%0
%0

Triadic Colors of #ab72ff

#ab72ff #ffab72 #72ffab

Analogous Colors of #ab72ff

#ab72ff #f272ff #7280ff

Monochromatic Colors of #ab72ff

#ab72ff

Complementary Color

#ab72ff #c6ff72

#ab72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab72ff Color CSS Codes

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

#ab72ff Text Font Color

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

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


#ab72ff Background Color

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

This div background color is #ab72ff


#ab72ff Border Color

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

This div border color is #ab72ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab72ff


Comments

No comments written yet.

Please login to write comment.