Color Hex Logo

#ab30ff Color Hex

#AB30FF
(171,48,255)
0 Favorites   0 Comments

Color spaces of #ab30ff

RGB 17148255
HSL0.771.000.59
HSV276°81°100°
CMYK 0.330.810.00   0.00
XYZ35.901517.991896.1883
Yxy17.99180.23920.1199
Hunter Lab42.416776.8530-104.7600
CIE-Lab49.486279.1653-78.9968

#ab30ff color RGB value is (171,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 11111111
Octal 253 60 377
Decimal 171 48 255
Hex AB 30 FF

RGB Percentages of Color #ab30ff

%36.08
%10.13
%53.80

CMYK Percentages of Color #ab30ff

%33
%81
%0
%0

Triadic Colors of #ab30ff

#ab30ff #ffab30 #30ffab

Analogous Colors of #ab30ff

#ab30ff #ff30ec #4330ff

Monochromatic Colors of #ab30ff

#ab30ff

Complementary Color

#ab30ff #84ff30

#ab30ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30ff Color CSS Codes

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

#ab30ff Text Font Color

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

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


#ab30ff Background Color

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

This div background color is #ab30ff


#ab30ff Border Color

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

This div border color is #ab30ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30ff


Comments

No comments written yet.

Please login to write comment.