Color Hex Logo

#af08ff Color Hex

#AF08FF
(175,8,255)
0 Favorites   0 Comments

Color spaces of #af08ff

RGB 1758255
HSL0.781.000.52
HSV281°97°100°
CMYK 0.310.970.00   0.00
XYZ35.816016.507695.9063
Yxy16.50760.24160.1114
Hunter Lab40.629586.2507-111.5137
CIE-Lab47.633586.8636-82.0033

#af08ff color RGB value is (175,8,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 11111111
Octal 257 10 377
Decimal 175 8 255
Hex AF 8 FF

RGB Percentages of Color #af08ff

%39.95
%1.83
%58.22

CMYK Percentages of Color #af08ff

%31
%97
%0
%0

Triadic Colors of #af08ff

#af08ff #ffaf08 #08ffaf

Analogous Colors of #af08ff

#af08ff #ff08d4 #3408ff

Monochromatic Colors of #af08ff

#af08ff

Complementary Color

#af08ff #58ff08

#af08ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af08ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af08ff Color CSS Codes

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

#af08ff Text Font Color

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

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


#af08ff Background Color

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

This div background color is #af08ff


#af08ff Border Color

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

This div border color is #af08ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af08ff

Related Colors


Comments

No comments written yet.

Please login to write comment.