Color Hex Logo

#ab41ff Color Hex

#AB41FF
(171,65,255)
0 Favorites   0 Comments

Color spaces of #ab41ff

RGB 17165255
HSL0.761.000.63
HSV273°75°100°
CMYK 0.330.750.00   0.00
XYZ36.734919.658596.4661
Yxy19.65850.24030.1286
Hunter Lab44.337970.2997-97.9609
CIE-Lab51.448973.4806-75.7974

#ab41ff color RGB value is (171,65,255).

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

The process color (four color CMYK) of #ab41ff color hex is 0.33, 0.75, 0.00, 0.00. Web safe color of #ab41ff is #9933ff. Color #ab41ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 11111111
Octal 253 101 377
Decimal 171 65 255
Hex AB 41 FF

RGB Percentages of Color #ab41ff

%34.83
%13.24
%51.93

CMYK Percentages of Color #ab41ff

%33
%75
%0
%0

Triadic Colors of #ab41ff

#ab41ff #ffab41 #41ffab

Analogous Colors of #ab41ff

#ab41ff #ff41f4 #4c41ff

Monochromatic Colors of #ab41ff

#ab41ff

Complementary Color

#ab41ff #95ff41

#ab41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab41ff Color CSS Codes

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

#ab41ff Text Font Color

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

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


#ab41ff Background Color

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

This div background color is #ab41ff


#ab41ff Border Color

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

This div border color is #ab41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab41ff

Related Colors


Comments

No comments written yet.

Please login to write comment.