Color Hex Logo

#af28fa Color Hex

#AF28FA
(175,40,250)
0 Favorites   0 Comments

Color spaces of #af28fa

RGB 17540250
HSL0.770.950.57
HSV279°84°98°
CMYK 0.300.840.00   0.02
XYZ35.693317.533791.9456
Yxy17.53370.24590.1208
Hunter Lab41.873378.8775-100.8781
CIE-Lab48.925680.8815-77.0993

#af28fa color RGB value is (175,40,250).

#af28fa hex color red value is 175, green value is 40 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #af28fa hue: 0.77 , saturation: 0.95 and the lightness value of af28fa is 0.57.

The process color (four color CMYK) of #af28fa color hex is 0.30, 0.84, 0.00, 0.02. Web safe color of #af28fa is #9933ff. Color #af28fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 11111010
Octal 257 50 372
Decimal 175 40 250
Hex AF 28 FA

RGB Percentages of Color #af28fa

%37.63
%8.60
%53.76

CMYK Percentages of Color #af28fa

%30
%84
%0
%2

Triadic Colors of #af28fa

#af28fa #faaf28 #28faaf

Analogous Colors of #af28fa

#af28fa #fa28dc #4628fa

Monochromatic Colors of #af28fa

#af28fa

Complementary Color

#af28fa #73fa28

#af28fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af28fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af28fa Color CSS Codes

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

#af28fa Text Font Color

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

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


#af28fa Background Color

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

This div background color is #af28fa


#af28fa Border Color

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

This div border color is #af28fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af28fa


Comments

No comments written yet.

Please login to write comment.