Color Hex Logo

#af83ff Color Hex

#AF83FF
(175,131,255)
0 Favorites   0 Comments

Color spaces of #af83ff

RGB 175131255
HSL0.731.000.76
HSV261°49°100°
CMYK 0.310.490.00   0.00
XYZ43.845532.566698.5828
Yxy32.56660.25060.1861
Hunter Lab57.067237.2766-62.4757
CIE-Lab63.808442.3344-55.8826

#af83ff color RGB value is (175,131,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 11111111
Octal 257 203 377
Decimal 175 131 255
Hex AF 83 FF

RGB Percentages of Color #af83ff

%31.19
%23.35
%45.45

CMYK Percentages of Color #af83ff

%31
%49
%0
%0

Triadic Colors of #af83ff

#af83ff #ffaf83 #83ffaf

Analogous Colors of #af83ff

#af83ff #ed83ff #8395ff

Monochromatic Colors of #af83ff

#af83ff

Complementary Color

#af83ff #d3ff83

#af83ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af83ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af83ff Color CSS Codes

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

#af83ff Text Font Color

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

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


#af83ff Background Color

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

This div background color is #af83ff


#af83ff Border Color

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

This div border color is #af83ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af83ff


Comments

No comments written yet.

Please login to write comment.