Color Hex Logo

#ababf8 Color Hex

#ABABF8
(171,171,248)
0 Favorites   0 Comments

Color spaces of #ababf8

RGB 171171248
HSL0.670.850.82
HSV240°31°97°
CMYK 0.310.310.00   0.03
XYZ48.300844.561194.8624
Yxy44.56110.25730.2374
Hunter Lab66.754112.3363-37.5275
CIE-Lab72.602017.0973-38.2562

#ababf8 color RGB value is (171,171,248).

#ababf8 hex color red value is 171, green value is 171 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ababf8 hue: 0.67 , saturation: 0.85 and the lightness value of ababf8 is 0.82.

The process color (four color CMYK) of #ababf8 color hex is 0.31, 0.31, 0.00, 0.03. Web safe color of #ababf8 is #9999ff. Color #ababf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11111000
Octal 253 253 370
Decimal 171 171 248
Hex AB AB F8

RGB Percentages of Color #ababf8

%28.98
%28.98
%42.03

CMYK Percentages of Color #ababf8

%31
%31
%0
%3

Triadic Colors of #ababf8

#ababf8 #f8abab #abf8ab

Analogous Colors of #ababf8

#ababf8 #d2abf8 #abd2f8

Monochromatic Colors of #ababf8

#ababf8

Complementary Color

#ababf8 #f8f8ab

#ababf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababf8 Color CSS Codes

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

#ababf8 Text Font Color

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

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


#ababf8 Background Color

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

This div background color is #ababf8


#ababf8 Border Color

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

This div border color is #ababf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababf8

Related Colors


Comments

No comments written yet.

Please login to write comment.