Color Hex Logo

#afb0ff Color Hex

#AFB0FF
(175,176,255)
0 Favorites   0 Comments

Color spaces of #afb0ff

RGB 175176255
HSL0.661.000.84
HSV239°31°100°
CMYK 0.310.310.00   0.00
XYZ51.254547.3846101.0525
Yxy47.38460.25670.2373
Hunter Lab68.836512.4443-38.8527
CIE-Lab74.435117.1686-39.1632

#afb0ff color RGB value is (175,176,255).

#afb0ff hex color red value is 175, green value is 176 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afb0ff hue: 0.66 , saturation: 1.00 and the lightness value of afb0ff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 11111111
Octal 257 260 377
Decimal 175 176 255
Hex AF B0 FF

RGB Percentages of Color #afb0ff

%28.88
%29.04
%42.08

CMYK Percentages of Color #afb0ff

%31
%31
%0
%0

Triadic Colors of #afb0ff

#afb0ff #ffafb0 #b0ffaf

Analogous Colors of #afb0ff

#afb0ff #d6afff #afd8ff

Monochromatic Colors of #afb0ff

#afb0ff

Complementary Color

#afb0ff #fffeaf

#afb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb0ff Color CSS Codes

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

#afb0ff Text Font Color

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

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


#afb0ff Background Color

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

This div background color is #afb0ff


#afb0ff Border Color

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

This div border color is #afb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb0ff

Related Colors

#afb0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.