Color Hex Logo

#af9bff Color Hex

#AF9BFF
(175,155,255)
0 Favorites   0 Comments

Color spaces of #af9bff

RGB 175155255
HSL0.701.000.80
HSV252°39°100°
CMYK 0.310.390.00   0.00
XYZ47.450539.776699.7845
Yxy39.77660.25370.2127
Hunter Lab63.068723.9264-49.6579
CIE-Lab69.310128.9309-47.1800

#af9bff color RGB value is (175,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011011 11111111
Octal 257 233 377
Decimal 175 155 255
Hex AF 9B FF

RGB Percentages of Color #af9bff

%29.91
%26.50
%43.59

CMYK Percentages of Color #af9bff

%31
%39
%0
%0

Triadic Colors of #af9bff

#af9bff #ffaf9b #9bffaf

Analogous Colors of #af9bff

#af9bff #e19bff #9bb9ff

Monochromatic Colors of #af9bff

#af9bff

Complementary Color

#af9bff #ebff9b

#af9bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9bff Color CSS Codes

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

#af9bff Text Font Color

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

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


#af9bff Background Color

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

This div background color is #af9bff


#af9bff Border Color

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

This div border color is #af9bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9bff

Related Colors


Comments

No comments written yet.

Please login to write comment.