Color Hex Logo

#ab23fe Color Hex

#AB23FE
(171,35,254)
0 Favorites   0 Comments

Color spaces of #ab23fe

RGB 17135254
HSL0.770.990.57
HSV277°86°100°
CMYK 0.330.860.00   0.00
XYZ35.285017.015795.1906
Yxy17.01570.23920.1154
Hunter Lab41.250180.4998-107.9453
CIE-Lab48.279882.2843-80.4109

#ab23fe color RGB value is (171,35,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 11111110
Octal 253 43 376
Decimal 171 35 254
Hex AB 23 FE

RGB Percentages of Color #ab23fe

%37.17
%7.61
%55.22

CMYK Percentages of Color #ab23fe

%33
%86
%0
%0

Triadic Colors of #ab23fe

#ab23fe #feab23 #23feab

Analogous Colors of #ab23fe

#ab23fe #fe23e4 #3e23fe

Monochromatic Colors of #ab23fe

#ab23fe

Complementary Color

#ab23fe #76fe23

#ab23fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab23fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab23fe Color CSS Codes

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

#ab23fe Text Font Color

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

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


#ab23fe Background Color

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

This div background color is #ab23fe


#ab23fe Border Color

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

This div border color is #ab23fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab23fe


Comments

No comments written yet.

Please login to write comment.