Color Hex Logo

#af81ff Color Hex

#AF81FF
(175,129,255)
0 Favorites   0 Comments

Color spaces of #af81ff

RGB 175129255
HSL0.731.000.75
HSV262°49°100°
CMYK 0.310.490.00   0.00
XYZ43.579532.034598.4941
Yxy32.03450.25030.1840
Hunter Lab56.599038.3912-63.5576
CIE-Lab63.371443.4354-56.5781

#af81ff color RGB value is (175,129,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 11111111
Octal 257 201 377
Decimal 175 129 255
Hex AF 81 FF

RGB Percentages of Color #af81ff

%31.31
%23.08
%45.62

CMYK Percentages of Color #af81ff

%31
%49
%0
%0

Triadic Colors of #af81ff

#af81ff #ffaf81 #81ffaf

Analogous Colors of #af81ff

#af81ff #ee81ff #8192ff

Monochromatic Colors of #af81ff

#af81ff

Complementary Color

#af81ff #d1ff81

#af81ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af81ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af81ff Color CSS Codes

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

#af81ff Text Font Color

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

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


#af81ff Background Color

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

This div background color is #af81ff


#af81ff Border Color

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

This div border color is #af81ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af81ff

Related Colors


Comments

No comments written yet.

Please login to write comment.