Color Hex Logo

#ab00f5 Color Hex

#AB00F5
(171,0,245)
0 Favorites   0 Comments

Color spaces of #ab00f5

RGB 1710245
HSL0.781.000.48
HSV282°100°96°
CMYK 0.301.000.00   0.04
XYZ33.276015.250587.5760
Yxy15.25050.24450.1121
Hunter Lab39.051983.7585-105.6248
CIE-Lab45.975485.2633-79.1425

#ab00f5 color RGB value is (171,0,245).

#ab00f5 hex color red value is 171, green value is 0 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ab00f5 hue: 0.78 , saturation: 1.00 and the lightness value of ab00f5 is 0.48.

The process color (four color CMYK) of #ab00f5 color hex is 0.30, 1.00, 0.00, 0.04. Web safe color of #ab00f5 is #9900ff. Color #ab00f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 11110101
Octal 253 0 365
Decimal 171 0 245
Hex AB 0 F5

RGB Percentages of Color #ab00f5

%41.11
%0.00
%58.89

CMYK Percentages of Color #ab00f5

%30
%100
%0
%4

Triadic Colors of #ab00f5

#ab00f5 #f5ab00 #00f5ab

Analogous Colors of #ab00f5

#ab00f5 #f500c5 #3100f5

Monochromatic Colors of #ab00f5

#ab00f5

Complementary Color

#ab00f5 #4af500

#ab00f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab00f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab00f5 Color CSS Codes

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

#ab00f5 Text Font Color

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

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


#ab00f5 Background Color

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

This div background color is #ab00f5


#ab00f5 Border Color

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

This div border color is #ab00f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab00f5


Comments

No comments written yet.

Please login to write comment.