Color Hex Logo

#af63c6 Color Hex

#AF63C6
(175,99,198)
0 Favorites   0 Comments

Color spaces of #af63c6

RGB 17599198
HSL0.790.460.58
HSV286°50°78°
CMYK 0.120.500.00   0.22
XYZ32.334122.114955.9905
Yxy22.11490.29280.2002
Hunter Lab47.026540.4353-37.6731
CIE-Lab54.148746.6767-39.2855

#af63c6 color RGB value is (175,99,198).

#af63c6 hex color red value is 175, green value is 99 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #af63c6 hue: 0.79 , saturation: 0.46 and the lightness value of af63c6 is 0.58.

The process color (four color CMYK) of #af63c6 color hex is 0.12, 0.50, 0.00, 0.22. Web safe color of #af63c6 is #9966cc. Color #af63c6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 11000110
Octal 257 143 306
Decimal 175 99 198
Hex AF 63 C6

RGB Percentages of Color #af63c6

%37.08
%20.97
%41.95

CMYK Percentages of Color #af63c6

%12
%50
%0
%22

Triadic Colors of #af63c6

#af63c6 #c6af63 #63c6af

Analogous Colors of #af63c6

#af63c6 #c663ac #7e63c6

Monochromatic Colors of #af63c6

#af63c6

Complementary Color

#af63c6 #7ac663

#af63c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af63c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af63c6 Color CSS Codes

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

#af63c6 Text Font Color

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

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


#af63c6 Background Color

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

This div background color is #af63c6


#af63c6 Border Color

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

This div border color is #af63c6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,99,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af63c6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af63c6


Comments

No comments written yet.

Please login to write comment.