Color Hex Logo

#ab58fa Color Hex

#AB58FA
(171,88,250)
0 Favorites   0 Comments

Color spaces of #ab58fa

RGB 17188250
HSL0.750.940.66
HSV271°65°98°
CMYK 0.320.650.00   0.02
XYZ37.539622.539592.8145
Yxy22.53950.24550.1474
Hunter Lab47.475858.0592-82.6781
CIE-Lab54.594862.5608-67.9184

#ab58fa color RGB value is (171,88,250).

#ab58fa hex color red value is 171, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab58fa hue: 0.75 , saturation: 0.94 and the lightness value of ab58fa is 0.66.

The process color (four color CMYK) of #ab58fa color hex is 0.32, 0.65, 0.00, 0.02. Web safe color of #ab58fa is #9966ff. Color #ab58fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 11111010
Octal 253 130 372
Decimal 171 88 250
Hex AB 58 FA

RGB Percentages of Color #ab58fa

%33.60
%17.29
%49.12

CMYK Percentages of Color #ab58fa

%32
%65
%0
%2

Triadic Colors of #ab58fa

#ab58fa #faab58 #58faab

Analogous Colors of #ab58fa

#ab58fa #fa58f8 #5a58fa

Monochromatic Colors of #ab58fa

#ab58fa

Complementary Color

#ab58fa #a7fa58

#ab58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58fa Color CSS Codes

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

#ab58fa Text Font Color

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

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


#ab58fa Background Color

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

This div background color is #ab58fa


#ab58fa Border Color

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

This div border color is #ab58fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58fa


Comments

No comments written yet.

Please login to write comment.