Color Hex Logo

#afabf8 Color Hex

#AFABF8
(175,171,248)
0 Favorites   0 Comments

Color spaces of #afabf8

RGB 175171248
HSL0.680.850.82
HSV243°31°97°
CMYK 0.290.310.00   0.03
XYZ49.185445.017194.9038
Yxy45.01710.26010.2381
Hunter Lab67.094813.4377-36.8978
CIE-Lab72.903218.2201-37.7647

#afabf8 color RGB value is (175,171,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11111000
Octal 257 253 370
Decimal 175 171 248
Hex AF AB F8

RGB Percentages of Color #afabf8

%29.46
%28.79
%41.75

CMYK Percentages of Color #afabf8

%29
%31
%0
%3

Triadic Colors of #afabf8

#afabf8 #f8afab #abf8af

Analogous Colors of #afabf8

#afabf8 #d6abf8 #abcef8

Monochromatic Colors of #afabf8

#afabf8

Complementary Color

#afabf8 #f4f8ab

#afabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabf8 Color CSS Codes

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

#afabf8 Text Font Color

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

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


#afabf8 Background Color

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

This div background color is #afabf8


#afabf8 Border Color

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

This div border color is #afabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabf8

Related Colors


Comments

No comments written yet.

Please login to write comment.