Color Hex Logo

#ab8afd Color Hex

#AB8AFD
(171,138,253)
0 Favorites   0 Comments

Color spaces of #ab8afd

RGB 171138253
HSL0.710.970.77
HSV257°45°99°
CMYK 0.320.450.00   0.01
XYZ43.612733.926797.1784
Yxy33.92670.24960.1942
Hunter Lab58.246631.7219-58.1465
CIE-Lab64.904336.9257-53.0700

#ab8afd color RGB value is (171,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 11111101
Octal 253 212 375
Decimal 171 138 253
Hex AB 8A FD

RGB Percentages of Color #ab8afd

%30.43
%24.56
%45.02

CMYK Percentages of Color #ab8afd

%32
%45
%0
%1

Triadic Colors of #ab8afd

#ab8afd #fdab8a #8afdab

Analogous Colors of #ab8afd

#ab8afd #e58afd #8aa3fd

Monochromatic Colors of #ab8afd

#ab8afd

Complementary Color

#ab8afd #dcfd8a

#ab8afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8afd Color CSS Codes

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

#ab8afd Text Font Color

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

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


#ab8afd Background Color

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

This div background color is #ab8afd


#ab8afd Border Color

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

This div border color is #ab8afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8afd


Comments

No comments written yet.

Please login to write comment.