Color Hex Logo

#af62fa Color Hex

#AF62FA
(175,98,250)
0 Favorites   0 Comments

Color spaces of #af62fa

RGB 17598250
HSL0.750.940.68
HSV270°61°98°
CMYK 0.300.610.00   0.02
XYZ39.302224.751593.1485
Yxy24.75150.25000.1575
Hunter Lab49.750953.9474-76.1830
CIE-Lab56.832558.5696-64.2875

#af62fa color RGB value is (175,98,250).

#af62fa hex color red value is 175, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af62fa hue: 0.75 , saturation: 0.94 and the lightness value of af62fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11111010
Octal 257 142 372
Decimal 175 98 250
Hex AF 62 FA

RGB Percentages of Color #af62fa

%33.46
%18.74
%47.80

CMYK Percentages of Color #af62fa

%30
%61
%0
%2

Triadic Colors of #af62fa

#af62fa #faaf62 #62faaf

Analogous Colors of #af62fa

#af62fa #fa62f9 #6362fa

Monochromatic Colors of #af62fa

#af62fa

Complementary Color

#af62fa #adfa62

#af62fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62fa Color CSS Codes

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

#af62fa Text Font Color

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

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


#af62fa Background Color

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

This div background color is #af62fa


#af62fa Border Color

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

This div border color is #af62fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62fa


Comments

No comments written yet.

Please login to write comment.