Color Hex Logo

#ab58ff Color Hex

#AB58FF
(171,88,255)
0 Favorites   0 Comments

Color spaces of #ab58ff

RGB 17188255
HSL0.751.000.67
HSV270°65°100°
CMYK 0.330.650.00   0.00
XYZ38.334322.857496.9992
Yxy22.85740.24230.1445
Hunter Lab47.809459.4575-86.8253
CIE-Lab54.925263.7076-70.1570

#ab58ff color RGB value is (171,88,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 11111111
Octal 253 130 377
Decimal 171 88 255
Hex AB 58 FF

RGB Percentages of Color #ab58ff

%33.27
%17.12
%49.61

CMYK Percentages of Color #ab58ff

%33
%65
%0
%0

Triadic Colors of #ab58ff

#ab58ff #ffab58 #58ffab

Analogous Colors of #ab58ff

#ab58ff #ff58ff #5859ff

Monochromatic Colors of #ab58ff

#ab58ff

Complementary Color

#ab58ff #acff58

#ab58ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58ff Color CSS Codes

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

#ab58ff Text Font Color

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

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


#ab58ff Background Color

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

This div background color is #ab58ff


#ab58ff Border Color

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

This div border color is #ab58ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58ff

Related Colors


Comments

No comments written yet.

Please login to write comment.