Color Hex Logo

#ab45fe Color Hex

#AB45FE
(171,69,254)
0 Favorites   0 Comments

Color spaces of #ab45fe

RGB 17169254
HSL0.760.990.63
HSV273°73°100°
CMYK 0.330.730.00   0.00
XYZ36.812120.069995.6996
Yxy20.06990.24130.1315
Hunter Lab44.799468.2760-95.2944
CIE-Lab51.916171.7215-74.4816

#ab45fe color RGB value is (171,69,254).

#ab45fe hex color red value is 171, green value is 69 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ab45fe hue: 0.76 , saturation: 0.99 and the lightness value of ab45fe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 11111110
Octal 253 105 376
Decimal 171 69 254
Hex AB 45 FE

RGB Percentages of Color #ab45fe

%34.62
%13.97
%51.42

CMYK Percentages of Color #ab45fe

%33
%73
%0
%0

Triadic Colors of #ab45fe

#ab45fe #feab45 #45feab

Analogous Colors of #ab45fe

#ab45fe #fe45f5 #4e45fe

Monochromatic Colors of #ab45fe

#ab45fe

Complementary Color

#ab45fe #98fe45

#ab45fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab45fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab45fe Color CSS Codes

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

#ab45fe Text Font Color

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

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


#ab45fe Background Color

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

This div background color is #ab45fe


#ab45fe Border Color

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

This div border color is #ab45fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab45fe


Comments

No comments written yet.

Please login to write comment.