Color Hex Logo

#ab0fe1 Color Hex

#AB0FE1
(171,15,225)
0 Favorites   0 Comments

Color spaces of #ab0fe1

RGB 17115225
HSL0.790.880.47
HSV285°93°88°
CMYK 0.240.930.00   0.12
XYZ30.556014.435872.4101
Yxy14.43580.26030.1230
Hunter Lab37.994577.0633-86.3991
CIE-Lab44.851580.2316-69.6563

#ab0fe1 color RGB value is (171,15,225).

#ab0fe1 hex color red value is 171, green value is 15 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ab0fe1 hue: 0.79 , saturation: 0.88 and the lightness value of ab0fe1 is 0.47.

The process color (four color CMYK) of #ab0fe1 color hex is 0.24, 0.93, 0.00, 0.12. Web safe color of #ab0fe1 is #9900cc. Color #ab0fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 11100001
Octal 253 17 341
Decimal 171 15 225
Hex AB F E1

RGB Percentages of Color #ab0fe1

%41.61
%3.65
%54.74

CMYK Percentages of Color #ab0fe1

%24
%93
%0
%12

Triadic Colors of #ab0fe1

#ab0fe1 #e1ab0f #0fe1ab

Analogous Colors of #ab0fe1

#ab0fe1 #e10fae #420fe1

Monochromatic Colors of #ab0fe1

#ab0fe1

Complementary Color

#ab0fe1 #45e10f

#ab0fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0fe1 Color CSS Codes

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

#ab0fe1 Text Font Color

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

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


#ab0fe1 Background Color

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

This div background color is #ab0fe1


#ab0fe1 Border Color

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

This div border color is #ab0fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0fe1


Comments

No comments written yet.

Please login to write comment.