Color Hex Logo

#af63ff Color Hex

#AF63FF
(175,99,255)
0 Favorites   0 Comments

Color spaces of #af63ff

RGB 17599255
HSL0.751.000.69
HSV269°61°100°
CMYK 0.310.610.00   0.00
XYZ40.191025.257697.3647
Yxy25.25760.24690.1551
Hunter Lab50.256954.7987-79.6849
CIE-Lab57.325659.2314-66.2598

#af63ff color RGB value is (175,99,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 11111111
Octal 257 143 377
Decimal 175 99 255
Hex AF 63 FF

RGB Percentages of Color #af63ff

%33.08
%18.71
%48.20

CMYK Percentages of Color #af63ff

%31
%61
%0
%0

Triadic Colors of #af63ff

#af63ff #ffaf63 #63ffaf

Analogous Colors of #af63ff

#af63ff #fd63ff #6365ff

Monochromatic Colors of #af63ff

#af63ff

Complementary Color

#af63ff #b3ff63

#af63ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af63ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af63ff Color CSS Codes

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

#af63ff Text Font Color

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

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


#af63ff Background Color

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

This div background color is #af63ff


#af63ff Border Color

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

This div border color is #af63ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af63ff

Related Colors


Comments

No comments written yet.

Please login to write comment.