Color Hex Logo

#ab8afc Color Hex

#AB8AFC
(171,138,252)
0 Favorites   0 Comments

Color spaces of #ab8afc

RGB 171138252
HSL0.710.950.76
HSV257°45°99°
CMYK 0.320.450.00   0.01
XYZ43.453833.863296.3414
Yxy33.86320.25020.1950
Hunter Lab58.192131.4552-57.4246
CIE-Lab64.853836.6745-52.6026

#ab8afc color RGB value is (171,138,252).

#ab8afc hex color red value is 171, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab8afc hue: 0.71 , saturation: 0.95 and the lightness value of ab8afc is 0.76.

The process color (four color CMYK) of #ab8afc color hex is 0.32, 0.45, 0.00, 0.01. Web safe color of #ab8afc is #9999ff. Color #ab8afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 11111100
Octal 253 212 374
Decimal 171 138 252
Hex AB 8A FC

RGB Percentages of Color #ab8afc

%30.48
%24.60
%44.92

CMYK Percentages of Color #ab8afc

%32
%45
%0
%1

Triadic Colors of #ab8afc

#ab8afc #fcab8a #8afcab

Analogous Colors of #ab8afc

#ab8afc #e48afc #8aa2fc

Monochromatic Colors of #ab8afc

#ab8afc

Complementary Color

#ab8afc #dbfc8a

#ab8afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8afc Color CSS Codes

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

#ab8afc Text Font Color

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

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


#ab8afc Background Color

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

This div background color is #ab8afc


#ab8afc Border Color

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

This div border color is #ab8afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8afc

Related Colors


Comments

No comments written yet.

Please login to write comment.