Color Hex Logo

#af4ffa Color Hex

#AF4FFA
(175,79,250)
0 Favorites   0 Comments

Color spaces of #af4ffa

RGB 17579250
HSL0.760.940.65
HSV274°68°98°
CMYK 0.300.680.00   0.02
XYZ37.730521.608192.6246
Yxy21.60810.24830.1422
Hunter Lab46.484563.5368-85.6015
CIE-Lab53.608767.4321-69.4892

#af4ffa color RGB value is (175,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001111 11111010
Octal 257 117 372
Decimal 175 79 250
Hex AF 4F FA

RGB Percentages of Color #af4ffa

%34.72
%15.67
%49.60

CMYK Percentages of Color #af4ffa

%30
%68
%0
%2

Triadic Colors of #af4ffa

#af4ffa #faaf4f #4ffaaf

Analogous Colors of #af4ffa

#af4ffa #fa4ff0 #594ffa

Monochromatic Colors of #af4ffa

#af4ffa

Complementary Color

#af4ffa #9afa4f

#af4ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ffa Color CSS Codes

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

#af4ffa Text Font Color

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

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


#af4ffa Background Color

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

This div background color is #af4ffa


#af4ffa Border Color

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

This div border color is #af4ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ffa


Comments

No comments written yet.

Please login to write comment.