Color Hex Logo

#af2afa Color Hex

#AF2AFA
(175,42,250)
0 Favorites   0 Comments

Color spaces of #af2afa

RGB 17542250
HSL0.770.950.57
HSV278°83°98°
CMYK 0.300.830.00   0.02
XYZ35.762517.672091.9686
Yxy17.67200.24600.1215
Hunter Lab42.038178.2863-100.2848
CIE-Lab49.095880.3807-76.8215

#af2afa color RGB value is (175,42,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 11111010
Octal 257 52 372
Decimal 175 42 250
Hex AF 2A FA

RGB Percentages of Color #af2afa

%37.47
%8.99
%53.53

CMYK Percentages of Color #af2afa

%30
%83
%0
%2

Triadic Colors of #af2afa

#af2afa #faaf2a #2afaaf

Analogous Colors of #af2afa

#af2afa #fa2add #472afa

Monochromatic Colors of #af2afa

#af2afa

Complementary Color

#af2afa #75fa2a

#af2afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2afa Color CSS Codes

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

#af2afa Text Font Color

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

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


#af2afa Background Color

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

This div background color is #af2afa


#af2afa Border Color

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

This div border color is #af2afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2afa


Comments

No comments written yet.

Please login to write comment.