Color Hex Logo

#ab42ff Color Hex

#AB42FF
(171,66,255)
0 Favorites   0 Comments

Color spaces of #ab42ff

RGB 17166255
HSL0.761.000.63
HSV273°74°100°
CMYK 0.330.740.00   0.00
XYZ36.792819.774496.4854
Yxy19.77440.24040.1292
Hunter Lab44.468469.8697-97.5167
CIE-Lab51.581273.1016-75.5821

#ab42ff color RGB value is (171,66,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 11111111
Octal 253 102 377
Decimal 171 66 255
Hex AB 42 FF

RGB Percentages of Color #ab42ff

%34.76
%13.41
%51.83

CMYK Percentages of Color #ab42ff

%33
%74
%0
%0

Triadic Colors of #ab42ff

#ab42ff #ffab42 #42ffab

Analogous Colors of #ab42ff

#ab42ff #ff42f5 #4c42ff

Monochromatic Colors of #ab42ff

#ab42ff

Complementary Color

#ab42ff #96ff42

#ab42ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42ff Color CSS Codes

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

#ab42ff Text Font Color

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

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


#ab42ff Background Color

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

This div background color is #ab42ff


#ab42ff Border Color

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

This div border color is #ab42ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42ff

Related Colors


Comments

No comments written yet.

Please login to write comment.