Color Hex Logo

#ab79ff Color Hex

#AB79FF
(171,121,255)
0 Favorites   0 Comments

Color spaces of #ab79ff

RGB 171121255
HSL0.731.000.74
HSV262°53°100°
CMYK 0.330.530.00   0.00
XYZ41.682029.552798.1151
Yxy29.55270.24610.1745
Hunter Lab54.362441.7295-68.9549
CIE-Lab61.266346.8298-59.9591

#ab79ff color RGB value is (171,121,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 11111111
Octal 253 171 377
Decimal 171 121 255
Hex AB 79 FF

RGB Percentages of Color #ab79ff

%31.26
%22.12
%46.62

CMYK Percentages of Color #ab79ff

%33
%53
%0
%0

Triadic Colors of #ab79ff

#ab79ff #ffab79 #79ffab

Analogous Colors of #ab79ff

#ab79ff #ee79ff #798aff

Monochromatic Colors of #ab79ff

#ab79ff

Complementary Color

#ab79ff #cdff79

#ab79ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab79ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab79ff Color CSS Codes

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

#ab79ff Text Font Color

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

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


#ab79ff Background Color

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

This div background color is #ab79ff


#ab79ff Border Color

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

This div border color is #ab79ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab79ff

Related Colors


Comments

No comments written yet.

Please login to write comment.