Color Hex Logo

#af3fba Color Hex

#AF3FBA
(175,63,186)
0 Favorites   0 Comments

Color spaces of #af3fba

RGB 17563186
HSL0.820.490.49
HSV295°66°73°
CMYK 0.060.660.00   0.27
XYZ28.319616.214148.0914
Yxy16.21410.30570.1751
Hunter Lab40.266755.0723-42.6246
CIE-Lab47.254161.3065-43.2526

#af3fba color RGB value is (175,63,186).

#af3fba hex color red value is 175, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af3fba hue: 0.82 , saturation: 0.49 and the lightness value of af3fba is 0.49.

The process color (four color CMYK) of #af3fba color hex is 0.06, 0.66, 0.00, 0.27. Web safe color of #af3fba is #9933cc. Color #af3fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111111 10111010
Octal 257 77 272
Decimal 175 63 186
Hex AF 3F BA

RGB Percentages of Color #af3fba

%41.27
%14.86
%43.87

CMYK Percentages of Color #af3fba

%6
%66
%0
%27

Triadic Colors of #af3fba

#af3fba #baaf3f #3fbaaf

Analogous Colors of #af3fba

#af3fba #ba3f88 #723fba

Monochromatic Colors of #af3fba

#af3fba

Complementary Color

#af3fba #4aba3f

#af3fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3fba Color CSS Codes

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

#af3fba Text Font Color

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

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


#af3fba Background Color

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

This div background color is #af3fba


#af3fba Border Color

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

This div border color is #af3fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3fba


Comments

No comments written yet.

Please login to write comment.