Color Hex Logo

#ab43fa Color Hex

#AB43FA
(171,67,250)
0 Favorites   0 Comments

Color spaces of #ab43fa

RGB 17167250
HSL0.760.950.62
HSV274°73°98°
CMYK 0.320.730.00   0.02
XYZ36.057119.574492.3203
Yxy19.57440.24370.1323
Hunter Lab44.243068.0486-92.7484
CIE-Lab51.352671.6418-73.1713

#ab43fa color RGB value is (171,67,250).

#ab43fa hex color red value is 171, green value is 67 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab43fa hue: 0.76 , saturation: 0.95 and the lightness value of ab43fa is 0.62.

The process color (four color CMYK) of #ab43fa color hex is 0.32, 0.73, 0.00, 0.02. Web safe color of #ab43fa is #9933ff. Color #ab43fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 11111010
Octal 253 103 372
Decimal 171 67 250
Hex AB 43 FA

RGB Percentages of Color #ab43fa

%35.04
%13.73
%51.23

CMYK Percentages of Color #ab43fa

%32
%73
%0
%2

Triadic Colors of #ab43fa

#ab43fa #faab43 #43faab

Analogous Colors of #ab43fa

#ab43fa #fa43ee #4f43fa

Monochromatic Colors of #ab43fa

#ab43fa

Complementary Color

#ab43fa #92fa43

#ab43fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab43fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab43fa Color CSS Codes

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

#ab43fa Text Font Color

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

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


#ab43fa Background Color

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

This div background color is #ab43fa


#ab43fa Border Color

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

This div border color is #ab43fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab43fa


Comments

No comments written yet.

Please login to write comment.